Skip to content

Commit 2660b70

Browse files
committed
fix doc
1 parent 3d4db5c commit 2660b70

3 files changed

Lines changed: 7 additions & 5 deletions

File tree

README.rst

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ TimeSide : audio processing framework for the web
44

55
|version| |downloads| |travis_master| |coveralls_master|
66

7-
.. |travis_master| image:: https://secure.travis-ci.org/Parisson/TimeSide.png?branch=master
7+
.. |travis_master| image:: https://travis-ci.org/Parisson/TimeSide.svg?branch=master
88
:target: https://travis-ci.org/Parisson/TimeSide/
99

1010
.. |coveralls_master| image:: https://coveralls.io/repos/Parisson/TimeSide/badge.png?branch=master
@@ -27,8 +27,8 @@ Use cases
2727

2828
* Scaled audio computing (filtering, machine learning, etc)
2929
* Web audio visualization
30-
* Plugin prototyping
31-
* Pseudo-realtime transcoding and streaming
30+
* Audio process prototyping
31+
* Realtime and on-demand transcoding and streaming over the web
3232
* Automatic segmentation and labelling synchronized with audio events
3333

3434

@@ -67,6 +67,7 @@ News
6767
* Add `Jupyter Notebook <http://jupyter.org/>`_ support for easy prototyping, experimenting and sharing (see the examples in the doc).
6868
* Add an experimental web server and REST API based on Django REST Framework, Redis and Celery. This now provides a real web audio processing server with high scaling capabilities thanks to Docker (clustering) and Celery (multiprocessing).
6969
* Start the development of a new player interface thanks to Angular and WavesJS.
70+
* Huge cleanup of JS files. Please now use bower to get all JS dependencies as `listed in settings <https://github.com/Parisson/TimeSide/blob/dev/app/sandbox/settings.py#L199>`_.
7071
* Add metadata export to Elan annotation files.
7172
* Fix and improve some data structures in analyzer result containers.
7273
* Many various bugfixes.

doc/source/intro.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ Use cases
2727

2828
* Scaled audio computing (filtering, machine learning, etc)
2929
* Web audio visualization
30-
* Plugin prototyping
31-
* Pseudo-realtime transcoding and streaming
30+
* Audio process prototyping
31+
* Realtime and on-demand transcoding and streaming over the web
3232
* Automatic segmentation and labelling synchronized with audio events
3333

3434

doc/source/news.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ News
99
* Add `Jupyter Notebook <http://jupyter.org/>`_ support for easy prototyping, experimenting and sharing (see the examples in the doc).
1010
* Add an experimental web server and REST API based on Django REST Framework, Redis and Celery. This now provides a real web audio processing server with high scaling capabilities thanks to Docker (clustering) and Celery (multiprocessing).
1111
* Start the development of a new player interface thanks to Angular and WavesJS.
12+
* Huge cleanup of JS files. Please now use bower to get all JS dependencies as `listed in settings <https://github.com/Parisson/TimeSide/blob/dev/app/sandbox/settings.py#L199>`_.
1213
* Add metadata export to Elan annotation files.
1314
* Fix and improve some data structures in analyzer result containers.
1415
* Many various bugfixes.

0 commit comments

Comments
 (0)