From: Guillaume Pellerin Date: Sun, 2 Nov 2014 20:11:55 +0000 (+0100) Subject: add pypip pins and move dev status X-Git-Tag: 0.6.1~16 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=3c13b33026dbccefa218642d423847abbbe63baa;p=timeside.git add pypip pins and move dev status --- diff --git a/README.rst b/README.rst index 1cf175c..1cfa372 100644 --- a/README.rst +++ b/README.rst @@ -2,28 +2,25 @@ TimeSide : open web audio processing framework ============================================== -TimeSide is a set of python components enabling low and high level audio analysis, imaging, transcoding and streaming. Its high-level API is designed to enable complex processing on large datasets of audio and video assets of any format. Its simple plug-in architecture can be adapted to various use cases. - -TimeSide also includes a smart interactive HTML5 player which provides various streaming playback functions, formats selectors, fancy audio visualizations, segmentation and semantic labelling synchronized with audio events. It is embeddable in any web application. - - -Build status -============ -- Branch **master** : |travis_master| |coveralls_master| -- Branch **dev** : |travis_dev| |coveralls_dev| +|version| |downloads| |travis_master| |coveralls_master| .. |travis_master| image:: https://secure.travis-ci.org/yomguy/TimeSide.png?branch=master :target: https://travis-ci.org/yomguy/TimeSide/ -.. |travis_dev| image:: https://secure.travis-ci.org/yomguy/TimeSide.png?branch=dev - :target: https://travis-ci.org/yomguy/TimeSide/ - .. |coveralls_master| image:: https://coveralls.io/repos/yomguy/TimeSide/badge.png?branch=master :target: https://coveralls.io/r/yomguy/TimeSide?branch=master -.. |coveralls_dev| image:: https://coveralls.io/repos/yomguy/TimeSide/badge.png?branch=dev - :target: https://coveralls.io/r/yomguy/TimeSide?branch=dev +.. |version| image:: https://pypip.in/version/TimeSide/badge.png + :target: https://pypi.python.org/pypi/TimeSide/ + :alt: Version +.. |downloads| image:: https://pypip.in/download/TimeSide/badge.svg + :target: https://pypi.python.org/pypi/TimeSide/ + :alt: Downloads + +TimeSide is a set of python components enabling low and high level audio analysis, imaging, transcoding and streaming. Its high-level API is designed to enable complex processing on large datasets of audio and video assets of any format. Its simple plug-in architecture can be adapted to various use cases. + +TimeSide also includes a smart interactive HTML5 player which provides various streaming playback functions, formats selectors, fancy audio visualizations, segmentation and semantic labelling synchronized with audio events. It is embeddable in any web application. Goals @@ -58,7 +55,6 @@ The streaming architecture of TimeSide relies on 2 main parts: a processing engi .. image:: http://vcs.parisson.com/gitweb/?p=timeside.git;a=blob_plain;f=doc/slides/img/timeside_schema.svg;hb=refs/heads/dev :width: 800 px - Dive in ======== @@ -337,6 +333,14 @@ At the moment, this server is NOT connected to the player using TimeSide alone. Development =========== +|travis_dev| |coveralls_dev| + +.. |travis_dev| image:: https://secure.travis-ci.org/yomguy/TimeSide.png?branch=dev + :target: https://travis-ci.org/yomguy/TimeSide/ + +.. |coveralls_dev| image:: https://coveralls.io/repos/yomguy/TimeSide/badge.png?branch=dev + :target: https://coveralls.io/r/yomguy/TimeSide?branch=dev + First, install TimeSide (see Install). Then:: diff --git a/doc/source/dev.rst b/doc/source/dev.rst index db3243c..846d6df 100644 --- a/doc/source/dev.rst +++ b/doc/source/dev.rst @@ -1,6 +1,14 @@ Development =========== +|travis_dev| |coveralls_dev| + +.. |travis_dev| image:: https://secure.travis-ci.org/yomguy/TimeSide.png?branch=dev + :target: https://travis-ci.org/yomguy/TimeSide/ + +.. |coveralls_dev| image:: https://coveralls.io/repos/yomguy/TimeSide/badge.png?branch=dev + :target: https://coveralls.io/r/yomguy/TimeSide?branch=dev + First, install TimeSide (see Install). Then:: diff --git a/doc/source/intro.rst b/doc/source/intro.rst index a640ccb..a0d76dc 100644 --- a/doc/source/intro.rst +++ b/doc/source/intro.rst @@ -2,28 +2,25 @@ TimeSide : open web audio processing framework ============================================== -TimeSide is a set of python components enabling low and high level audio analysis, imaging, transcoding and streaming. Its high-level API is designed to enable complex processing on large datasets of audio and video assets of any format. Its simple plug-in architecture can be adapted to various use cases. - -TimeSide also includes a smart interactive HTML5 player which provides various streaming playback functions, formats selectors, fancy audio visualizations, segmentation and semantic labelling synchronized with audio events. It is embeddable in any web application. - - -Build status -============ -- Branch **master** : |travis_master| |coveralls_master| -- Branch **dev** : |travis_dev| |coveralls_dev| +|version| |downloads| |travis_master| |coveralls_master| .. |travis_master| image:: https://secure.travis-ci.org/yomguy/TimeSide.png?branch=master :target: https://travis-ci.org/yomguy/TimeSide/ -.. |travis_dev| image:: https://secure.travis-ci.org/yomguy/TimeSide.png?branch=dev - :target: https://travis-ci.org/yomguy/TimeSide/ - .. |coveralls_master| image:: https://coveralls.io/repos/yomguy/TimeSide/badge.png?branch=master :target: https://coveralls.io/r/yomguy/TimeSide?branch=master -.. |coveralls_dev| image:: https://coveralls.io/repos/yomguy/TimeSide/badge.png?branch=dev - :target: https://coveralls.io/r/yomguy/TimeSide?branch=dev +.. |version| image:: https://pypip.in/version/TimeSide/badge.png + :target: https://pypi.python.org/pypi/TimeSide/ + :alt: Version + +.. |downloads| image:: https://pypip.in/download/TimeSide/badge.svg + :target: https://pypi.python.org/pypi/TimeSide/ + :alt: Downloads +TimeSide is a set of python components enabling low and high level audio analysis, imaging, transcoding and streaming. Its high-level API is designed to enable complex processing on large datasets of audio and video assets of any format. Its simple plug-in architecture can be adapted to various use cases. + +TimeSide also includes a smart interactive HTML5 player which provides various streaming playback functions, formats selectors, fancy audio visualizations, segmentation and semantic labelling synchronized with audio events. It is embeddable in any web application. Goals