From d7408e9c0481a6db90d247207cbc0b0da296d363 Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Fri, 21 Mar 2014 17:24:33 +0100 Subject: [PATCH] fix travis setup --- .travis.yml | 4 ++-- README.rst | 5 +++-- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index ab87e62..2af8d1b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,8 +11,8 @@ before_install: - sudo apt-get install -qq python-numpy python-scipy # command to install dependencies -install: - - "pip install -r requirements.txt --use-mirrors" +#install: +# - "pip install -r requirements.txt --use-mirrors" # command to run tests script: diff --git a/README.rst b/README.rst index 3f9409c..eb7cbd3 100644 --- a/README.rst +++ b/README.rst @@ -2,9 +2,10 @@ TimeSide : open web audio processing framework ============================================== -TimeSide is a set of python components enabling low and high level audio analysis, imaging, transcoding and streaming. Its high-level API is designed to enable complex processing on big audio or video datasets of any format. Its simple plugin architecture can be adapted to various usecases. +TimeSide is a set of python components enabling low and high level audio analysis, imaging, transcoding and streaming. Its high-level API is designed to enable complex processing on large datasets of audio and video assets of any format. Its simple plug-in architecture can be adapted to various use cases. + +TimeSide also includes a smart interactive HTML5 player which provides various streaming playback functions, formats selectors, fancy audio visualizations, segmentation and semantic labelling synchronized with audio events. It is embeddable in any web application. -TimeSide also includes a smart interactive HTML5 player which provides various streaming playback functions, formats selectors, fancy audio visualizations, segmentation and semantic labelling synchonized with audio events. It is embeddable in any web application. Build status ============ -- 2.39.5