You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Realtime and on-demand transcoding and streaming over the web
32
32
* Automatic segmentation and labelling synchronized with audio events
33
33
34
34
@@ -67,6 +67,7 @@ News
67
67
* Add `Jupyter Notebook <http://jupyter.org/>`_ support for easy prototyping, experimenting and sharing (see the examples in the doc).
68
68
* 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).
69
69
* 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>`_.
70
71
* Add metadata export to Elan annotation files.
71
72
* Fix and improve some data structures in analyzer result containers.
Copy file name to clipboardExpand all lines: doc/source/news.rst
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,6 +9,7 @@ News
9
9
* Add `Jupyter Notebook <http://jupyter.org/>`_ support for easy prototyping, experimenting and sharing (see the examples in the doc).
10
10
* 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).
11
11
* 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>`_.
12
13
* Add metadata export to Elan annotation files.
13
14
* Fix and improve some data structures in analyzer result containers.
0 commit comments