changeset 45:3e939c1049dc

Update README.md
author Amine SEHILI <amsehili@users.noreply.github.com>
date Fri, 11 Dec 2015 21:23:08 +0100
parents b9a90be0b5a2
children 809df9157e1a
files README.md
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/README.md	Thu Dec 03 10:17:53 2015 +0100
+++ b/README.md	Fri Dec 11 21:23:08 2015 +0100
@@ -5,7 +5,7 @@
 
 `auditok` is an **Audio Activity Detection** tool that can process online data (read from an audio device or from standard input) as well as audio files. It can be used as a command line program and offers an easy to use API.
 
-A more detailed version of this user guide as well as an API tutorial and API reference can be found at [Readthedocs](http://auditok.readthedocs.org/en/latest/)
+A more detailed version of this user-guide, an API tutorial and API reference can be found at [Readthedocs](http://auditok.readthedocs.org/en/latest/)
 
 - [Two-figure explanation](https://github.com/amsehili/auditok#two-figure-explanation)
 - [Requirements](https://github.com/amsehili/auditok#requirements)
@@ -21,7 +21,7 @@
   - [Limit the length of aquired/read data](https://github.com/amsehili/auditok#limit-the-length-of-aquired-data)
   - [Save the whole acquired audio signal](https://github.com/amsehili/auditok#save-the-whole-acquired-audio-signal)
   - [Save each detection into a separate audio file](https://github.com/amsehili/auditok#save-each-detection-into-a-separate-audio-file)
-- [Setting detection parameters](https://github.com/amsehili/auditok#setting-detection-parameters)
+  - [Setting detection parameters](https://github.com/amsehili/auditok#setting-detection-parameters)
 - [Some practical use cases](https://github.com/amsehili/auditok#some-practical-use-cases)
   - [1st practical use case: generate a subtitles template](https://github.com/amsehili/auditok#1st-practical-use-case-generate-a-subtitles-template)
   - [2nd Practical use case example: build a (very) basic voice control application](https://github.com/amsehili/auditok#2nd-practical-use-case-example-build-a-very-basic-voice-control-application)