]> git.parisson.com Git - timeside.git/commitdiff
fix travis setup
authorGuillaume Pellerin <yomguy@parisson.com>
Fri, 21 Mar 2014 16:24:33 +0000 (17:24 +0100)
committerGuillaume Pellerin <yomguy@parisson.com>
Fri, 21 Mar 2014 16:24:33 +0000 (17:24 +0100)
.travis.yml
README.rst

index ab87e62a617cd6831cb1939cde436fd5e5a80447..2af8d1bfd31592c44165413b7054fd4b1bc4d584 100644 (file)
@@ -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:
index 3f9409c2191248bd2bb927d4b26f221e9c36f14c..eb7cbd318aed645281c86a2d5cff55f1c8139df9 100644 (file)
@@ -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
 ============