From: Guillaume Pellerin Date: Wed, 16 Oct 2013 08:08:38 +0000 (+0200) Subject: update docs X-Git-Tag: 0.5.0~7 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=3fe66032b97e6ccdb67c922252cc10fb3fa7ac10;p=timeside.git update docs --- diff --git a/README.rst b/README.rst index f327a8a..2087fa5 100644 --- a/README.rst +++ b/README.rst @@ -15,14 +15,14 @@ Goals We just **need** a python library to: - * **Do** asynchronous and fast audio processing with Python, - * **Decode** audio frames from ANY format into numpy arrays, - * **Analyze** audio content with some state-of-the-art audio feature extraction libraries, - * **Organize**, serialize and save analysis metadata through various formats, - * **Draw** various fancy waveforms, spectrograms and other cool graphers, - * **Transcode** audio data in various media formats and stream them through web apps, - * **Playback** and **interact** **on demand** through a smart high-level HTML5 extensible player, - * **Index**, **tag** and **organize semantic metadata** (see `Telemeta `_ which embed TimeSide). +* **Do** asynchronous and fast audio processing with Python, +* **Decode** audio frames from ANY format into numpy arrays, +* **Analyze** audio content with some state-of-the-art audio feature extraction libraries, +* **Organize**, serialize and save analysis metadata through various formats, +* **Draw** various fancy waveforms, spectrograms and other cool graphers, +* **Transcode** audio data in various media formats and stream them through web apps, +* **Playback** and **interact** **on demand** through a smart high-level HTML5 extensible player, +* **Index**, **tag** and **organize semantic metadata** (see `Telemeta `_ which embed TimeSide). Here is a schematic diagram of the TimeSide engine architecture: @@ -241,18 +241,23 @@ For versions >=0.5 on Debian Stable 7.0 Wheezy: Related projects ================= -TimeSide has emerged in 2010 from the `Telemeta project `_ which develops a free and open source web audio CMS. +TimeSide has emerged in 2010 from the `Telemeta project `_ which develops a free and open source web audio CMS. Find a direct example of application here : http://archives.crem-cnrs.fr/ + +This project has been sponsored by: + + * CNRS (french center of national research) + * TGE Adonis + * CREM (Nanterre, UPMC (Paris), -Some decoders and encoders depend on the great `GStreamer framework `_. Copyrights ========== - * Copyright (c) 2006, 2013 Parisson SARL - * Copyright (c) 2006, 2013 Guillaume Pellerin - * Copyright (c) 2010, 2013 Paul Brossier - * Copyright (c) 2013 Thomas Fillon - * Copyright (c) 2006, 2010 Samalyse SARL +* Copyright (c) 2006, 2013 Parisson SARL +* Copyright (c) 2006, 2013 Guillaume Pellerin +* Copyright (c) 2010, 2013 Paul Brossier +* Copyright (c) 2013 Thomas Fillon +* Copyright (c) 2006, 2010 Samalyse SARL License diff --git a/doc/source/copyright.rst b/doc/source/copyright.rst index 738f037..37f96a7 100644 --- a/doc/source/copyright.rst +++ b/doc/source/copyright.rst @@ -1,11 +1,11 @@ Copyrights ========== - * Copyright (c) 2006, 2013 Parisson SARL - * Copyright (c) 2006, 2013 Guillaume Pellerin - * Copyright (c) 2010, 2013 Paul Brossier - * Copyright (c) 2013 Thomas Fillon - * Copyright (c) 2006, 2010 Samalyse SARL +* Copyright (c) 2006, 2013 Parisson SARL +* Copyright (c) 2006, 2013 Guillaume Pellerin +* Copyright (c) 2010, 2013 Paul Brossier +* Copyright (c) 2013 Thomas Fillon +* Copyright (c) 2006, 2010 Samalyse SARL License diff --git a/doc/source/intro.rst b/doc/source/intro.rst index e046dd7..7f4edb7 100644 --- a/doc/source/intro.rst +++ b/doc/source/intro.rst @@ -15,14 +15,14 @@ Goals We just **need** a python library to: - * **Do** asynchronous and fast audio processing with Python, - * **Decode** audio frames from ANY format into numpy arrays, - * **Analyze** audio content with some state-of-the-art audio feature extraction libraries, - * **Organize**, serialize and save analysis metadata through various formats, - * **Draw** various fancy waveforms, spectrograms and other cool graphers, - * **Transcode** audio data in various media formats and stream them through web apps, - * **Playback** and **interact** **on demand** through a smart high-level HTML5 extensible player, - * **Index**, **tag** and **organize semantic metadata** (see `Telemeta `_ which embed TimeSide). +* **Do** asynchronous and fast audio processing with Python, +* **Decode** audio frames from ANY format into numpy arrays, +* **Analyze** audio content with some state-of-the-art audio feature extraction libraries, +* **Organize**, serialize and save analysis metadata through various formats, +* **Draw** various fancy waveforms, spectrograms and other cool graphers, +* **Transcode** audio data in various media formats and stream them through web apps, +* **Playback** and **interact** **on demand** through a smart high-level HTML5 extensible player, +* **Index**, **tag** and **organize semantic metadata** (see `Telemeta `_ which embed TimeSide). Here is a schematic diagram of the TimeSide engine architecture: diff --git a/doc/source/related.rst b/doc/source/related.rst index 2005809..c483f52 100644 --- a/doc/source/related.rst +++ b/doc/source/related.rst @@ -1,7 +1,12 @@ Related projects ================= -TimeSide has emerged in 2010 from the `Telemeta project `_ which develops a free and open source web audio CMS. +TimeSide has emerged in 2010 from the `Telemeta project `_ which develops a free and open source web audio CMS. Find a direct example of application here : http://archives.crem-cnrs.fr/ + +This project has been sponsored by: + + * CNRS (french center of national research) + * TGE Adonis + * CREM (Nanterre, UPMC (Paris), -Some decoders and encoders depend on the great `GStreamer framework `_.