It depends on several other python modules and compiled librairies like GStreamer.
Debian, Ubuntu
-++++++++++++++
+---------------
For Debian based distributions, we provide a safe repository which provides all additional dependencies that are not included in Debian yet:
$ sudo pip install timeside
Other Linux distributions
-+++++++++++++++++++++++++
+--------------------------
-On other Linux platforms, you need to install all dependencies listed in the next paragraph (find all equivalent package names for your distribution).
+On other Linux platforms, you need to install all dependencies listed in the paragraph named "Dependencies" (find all equivalent package names for your distribution).
Then, use pip::
$ sudo pip install timeside
OSX
-++++
+---
The installation on OSX platforms is pretty hard at the moment because all dependencies are not in brew. But, it will be fully documented in the next release 0.5.6.
Dependencies
-++++++++++++
+-------------
Needed::
-Shell interface
-================
+User Interfaces
+===============
+
+Shell
+------
Of course, TimeSide can be used in any python environment. But, a shell script is also provided to enable preset based and recursive processing through your command line interface::
-o <outputdir>, --ouput-directory=<outputdir>
output directory
-Web player interface
-=====================
+Web player
+-----------
TimeSide comes with a smart and pure **HTML5** audio player.
* layers
-Web server interface
-====================
+Web server
+-----------
An EXPERIMENTAL web server based on Django has been added to the package from version 0.5.4. The goal is to provide a full REST API to TimeSide to enable new kinds of audio processing web services.