From: Guillaume Pellerin Date: Mon, 19 May 2014 14:01:26 +0000 (+0200) Subject: fix goals X-Git-Tag: 0.5.5~1^2~12 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=1d36353c4a1aa581aaeee38b530a3b5c59975cbb;p=timeside.git fix goals --- diff --git a/README.rst b/README.rst index 63183fc..a4864f6 100644 --- a/README.rst +++ b/README.rst @@ -32,11 +32,11 @@ Goals * **Do** asynchronous and fast audio processing with Python, * **Decode** audio frames from **any** audio or video media format into numpy arrays, * **Analyze** audio content with some state-of-the-art audio feature extraction libraries like Aubio, Yaafe and VAMP as well as some pure python processors -* **Visualize** the sound with various fancy waveforms, spectrograms and other cool graphers, +* **Visualize** sounds with various fancy waveforms, spectrograms and other cool graphers, * **Transcode** audio data in various media formats and stream them through web apps, * **Organize**, **serialize** and **save** feature analysis data through various portable formats, * **Playback** and **interact** **on demand** through a smart high-level HTML5 extensible player, -* **Index**, **tag** and **annotate** sound with semantic metadata (see `Telemeta `_ which embed TimeSide). +* **Index**, **tag** and **annotate** audio archives with semantic metadata (see `Telemeta `_ which embed TimeSide). Architecture diff --git a/doc/source/intro.rst b/doc/source/intro.rst index e0b79b6..d5d8287 100644 --- a/doc/source/intro.rst +++ b/doc/source/intro.rst @@ -32,11 +32,11 @@ Goals * **Do** asynchronous and fast audio processing with Python, * **Decode** audio frames from **any** audio or video media format into numpy arrays, * **Analyze** audio content with some state-of-the-art audio feature extraction libraries like Aubio, Yaafe and VAMP as well as some pure python processors -* **Visualize** the sound with various fancy waveforms, spectrograms and other cool graphers, +* **Visualize** sounds with various fancy waveforms, spectrograms and other cool graphers, * **Transcode** audio data in various media formats and stream them through web apps, * **Organize**, **serialize** and **save** feature analysis data through various portable formats, * **Playback** and **interact** **on demand** through a smart high-level HTML5 extensible player, -* **Index**, **tag** and **annotate** sound with semantic metadata (see `Telemeta `_ which embed TimeSide). +* **Index**, **tag** and **annotate** audio archives with semantic metadata (see `Telemeta `_ which embed TimeSide). Architecture