Mercurial > hg > auditok
changeset 62:4a7a0cada270
Merge pull request #9 from jhoelzl/patch-2
Fixed typo
author | Amine SEHILI <amsehili@users.noreply.github.com> |
---|---|
date | Tue, 18 Oct 2016 21:37:54 +0200 |
parents | c75a79b86c98 (current diff) 9e9c6b1a25b1 (diff) |
children | 8e1ac2ebdcad |
files | |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/doc/apitutorial.rst Fri May 13 23:01:29 2016 +0200 +++ b/doc/apitutorial.rst Tue Oct 18 21:37:54 2016 +0200 @@ -349,7 +349,7 @@ validator = AudioEnergyValidator(sample_width=asource.get_sample_width(), energy_threshold=65) - # Defalut analysis window is 10 ms (float(asource.get_block_size()) / asource.get_sampling_rate()) + # Default analysis window is 10 ms (float(asource.get_block_size()) / asource.get_sampling_rate()) # min_length=20 : minimum length of a valid audio activity is 20 * 10 == 200 ms # max_length=4000 : maximum length of a valid audio activity is 400 * 10 == 4000 ms == 4 seconds # max_continuous_silence=30 : maximum length of a tolerated silence within a valid audio activity is 30 * 30 == 300 ms