Mercurial > hg > auditok
annotate CHANGELOG @ 19:c079c57dad69
auditok as a command line program
author | Amine Sehili <amine.sehili@gmail.com> |
---|---|
date | Wed, 25 Nov 2015 00:13:19 +0100 |
parents | 252d698ae642 |
children | b1bc98a08418 |
rev | line source |
---|---|
amine@2 | 1 auditok Changelog |
amine@2 | 2 ================= |
amine@2 | 3 |
amine@5 | 4 Version 0.1.3 |
amine@5 | 5 ------------- |
amine@5 | 6 |
amine@5 | 7 - Bug fix: util.AudioEnergyValidator._formats = {1: 'b' , 2: 'h', 4: 'i'} instead of {1: 'B' , 2: 'H', 4: 'I'} |
amine@5 | 8 - Typo fix in code: StreamTokenizer.DROP_TRAILING_SILENCE renamed StreamTokenizer.DROP_TAILING_SILENCE |
amine@5 | 9 - Documentation updated |
amine@5 | 10 |
amine@2 | 11 |
amine@2 | 12 Version 0.1.2 |
amine@2 | 13 -------------- |
amine@2 | 14 |
amine@2 | 15 First public release on Github. |