Mercurial > hg > auditok
comparison doc/cmdline.rst @ 33:d28d94bf6b39
doc update
author | Amine Sehili <amine.sehili@gmail.com> |
---|---|
date | Wed, 02 Dec 2015 11:10:54 +0100 |
parents | ea905bc19458 |
children | 929c1e7477ac |
comparison
equal
deleted
inserted
replaced
32:ea905bc19458 | 33:d28d94bf6b39 |
---|---|
16 | 16 |
17 1. the detector tolerates phases of silence of up to 0.3 second (300 ms) within an audio activity (also referred to as acoustic event): | 17 1. the detector tolerates phases of silence of up to 0.3 second (300 ms) within an audio activity (also referred to as acoustic event): |
18 | 18 |
19 .. figure:: figures/figure_1.png | 19 .. figure:: figures/figure_1.png |
20 :align: center | 20 :align: center |
21 :alt: alternate text | 21 :alt: Output from a detector that tolerates silence periods up to 300 ms |
22 :figclass: align-center | 22 :figclass: align-center |
23 :scale: 40 % | |
23 | 24 |
24 2. the detector splits an audio activity event into many activities if the within activity silence is over 0.2 second: | 25 2. the detector splits an audio activity event into many activities if the within activity silence is over 0.2 second: |
25 | 26 |
26 .. figure:: figures/figure_2.png | 27 .. figure:: figures/figure_2.png |
27 :align: center | 28 :align: center |
28 :alt: alternate text | 29 :alt: Output from a detector that tolerates silence periods up to 200 ms |
29 :figclass: align-center | 30 :figclass: align-center |
31 :scale: 40 % | |
30 | 32 |
31 | 33 |
32 ****************** | 34 ****************** |
33 Command line usage | 35 Command line usage |
34 ****************** | 36 ****************** |
184 5 | 186 5 |
185 00:00:09.510 --> 00:00:09.820 | 187 00:00:09.510 --> 00:00:09.820 |
186 Put some text here... | 188 Put some text here... |
187 | 189 |
188 | 190 |
189 2nd Practical use case example: build ab (very) basic voice control application | 191 2nd Practical use case example: build a (very) basic voice control application |
190 ############################################################################### | 192 ############################################################################## |
191 | 193 |
192 `This repository <https://github.com/amsehili/gspeech-rec>`_ supplies a bash script the can send audio data to Google's | 194 `This repository <https://github.com/amsehili/gspeech-rec>`_ supplies a bash script the can send audio data to Google's |
193 Speech Recognition service and get its transcription. In the following we will use **auditok** as a lower layer component | 195 Speech Recognition service and get its transcription. In the following we will use **auditok** as a lower layer component |
194 of a voice control application. The basic idea is to tell **auditok** to run, for each detected audio activity, a certain | 196 of a voice control application. The basic idea is to tell **auditok** to run, for each detected audio activity, a certain |
195 number of commands that make up the rest of our voice control application. | 197 number of commands that make up the rest of our voice control application. |