]> git.parisson.com Git - timeside.git/commitdiff
fix goals
authorGuillaume Pellerin <yomguy@parisson.com>
Mon, 19 May 2014 14:01:26 +0000 (16:01 +0200)
committerGuillaume Pellerin <yomguy@parisson.com>
Mon, 19 May 2014 14:01:26 +0000 (16:01 +0200)
README.rst
doc/source/intro.rst

index 63183fc34860ddab8eeac371ea29ffaffaf7d381..a4864f66a9e13c99b80459459dda55f1cf43fc87 100644 (file)
@@ -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 <http://telemeta.org>`_ which embed TimeSide).
+* **Index**, **tag** and **annotate** audio archives with semantic metadata (see `Telemeta <http://telemeta.org>`_ which embed TimeSide).
 
 
 Architecture
index e0b79b68b13c068aa6cf7b602281e68cd752e065..d5d82877e4295412e63ebe5fe113659942d44468 100644 (file)
@@ -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 <http://telemeta.org>`_ which embed TimeSide).
+* **Index**, **tag** and **annotate** audio archives with semantic metadata (see `Telemeta <http://telemeta.org>`_ which embed TimeSide).
 
 
 Architecture