]> git.parisson.com Git - timeside.git/commitdiff
add architecture infos
authorGuillaume Pellerin <yomguy@parisson.com>
Fri, 13 Dec 2013 01:22:19 +0000 (02:22 +0100)
committerGuillaume Pellerin <yomguy@parisson.com>
Fri, 13 Dec 2013 01:22:19 +0000 (02:22 +0100)
doc/source/intro.rst

index 7b8b76e01fc38c82c76d7a42a39ba27e94bcae51..4e946fd57af1318ba98dd10ad02daa79ec2a248e 100644 (file)
@@ -5,7 +5,7 @@ TimeSide : open web audio processing framework
 .. image:: https://secure.travis-ci.org/yomguy/TimeSide.png?branch=master
     :target: https://travis-ci.org/yomguy/TimeSide/
 
-TimeSide is a set of python components enabling audio analysis, imaging, transcoding and streaming. Its high-level API has been designed to enable complex processing on big media data corpus. Its simple plugin architecture can be adapted to various usecases.
+TimeSide is a set of python components enabling audio analysis, imaging, transcoding and streaming. Its high-level API is designed to enable complex processing on big media data corpus. Its simple plugin architecture can be adapted to various usecases.
 
 It also includes a smart HTML5 interactive user interface embeddable in any web application to provide various media format playback, on the fly transcoding and streaming, fancy waveforms and spectrograms, various low and high level audio analyzers, semantic labelling and segmentation.
 
@@ -24,7 +24,11 @@ We just **need** a python library to:
 * **Playback** and **interact** **on demand** through a smart high-level HTML5 extensible player,
 * **Index**, **tag** and **organize semantic metadata** (see `Telemeta <http://telemeta.org>`_ which embed TimeSide).
 
-Here is a schematic diagram of the TimeSide engine architecture:
+
+Architecture
+============
+
+The streaming architecture of TimeSide relies on 2 main parts: a process engine including various plugin processors written in pure Python and a user interface providing some web based visualization and playback tools in pure HTML5.
 
 .. image:: https://raw.github.com/yomguy/TimeSide/master/doc/slides/img/timeside_schema.png