From: Guillaume Pellerin Date: Fri, 21 Mar 2014 16:24:33 +0000 (+0100) Subject: fix travis setup X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=d7408e9c0481a6db90d247207cbc0b0da296d363;p=timeside-diadems.git fix travis setup --- 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 ============