Mercurial > hg > auditok
comparison quickstart.rst @ 8:6b2cc3ca5b6a
doc update
author | Amine Sehili <amine.sehili@gmail.com> |
---|---|
date | Wed, 23 Sep 2015 11:50:26 +0200 |
parents | 252d698ae642 |
children | 2beb3fb562f3 |
comparison
equal
deleted
inserted
replaced
7:61aa25f0eb31 | 8:6b2cc3ca5b6a |
---|---|
383 that precedes the first acoustic activity or follows the last activity | 383 that precedes the first acoustic activity or follows the last activity |
384 in a record. It preserves whatever it founds between the two activities. | 384 in a record. It preserves whatever it founds between the two activities. |
385 In other words, it removes the leading and tailing silence. | 385 In other words, it removes the leading and tailing silence. |
386 | 386 |
387 Sampling rate is 44100 sample per second, we'll use an analysis window of 100 ms | 387 Sampling rate is 44100 sample per second, we'll use an analysis window of 100 ms |
388 (i.e. bloc_ksize == 4410) | 388 (i.e. block_size == 4410) |
389 | 389 |
390 Energy threshold is 50. | 390 Energy threshold is 50. |
391 | 391 |
392 The tokenizer will start accumulating windows up from the moment it encounters | 392 The tokenizer will start accumulating windows up from the moment it encounters |
393 the first analysis window of an energy >= 50. ALL the following windows will be | 393 the first analysis window of an energy >= 50. ALL the following windows will be |