Mercurial > hg > auditok
changeset 64:8e1ac2ebdcad
Merge pull request #8 from jhoelzl/patch-1
Fixed typo
author | Amine SEHILI <amsehili@users.noreply.github.com> |
---|---|
date | Tue, 18 Oct 2016 21:38:13 +0200 |
parents | 4a7a0cada270 (diff) 384e2d9b43ba (current diff) |
children | d52581cfc9b6 |
files | |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/doc/apitutorial.rst Tue Oct 18 14:11:32 2016 +0200 +++ b/doc/apitutorial.rst Tue Oct 18 21:38:13 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