Mercurial > hg > auditok
annotate CHANGELOG @ 80:b3dffec14dfb
Update version and CHANGELOG
author | Amine Sehili <amine.sehili@gmail.com> |
---|---|
date | Thu, 01 Nov 2018 07:05:16 +0100 |
parents | d942a78cb816 |
children | 9741b52f194a |
rev | line source |
---|---|
amine@2 | 1 auditok Changelog |
amine@2 | 2 ================= |
amine@2 | 3 |
amine@80 | 4 Version 0.1.8 |
amine@80 | 5 ------------- |
amine@80 | 6 |
amine@80 | 7 - Add command line argument to select audio device used by pyaudio |
amine@80 | 8 - Add command line argument to select buffer size for pyaudio |
amine@80 | 9 |
amine@80 | 10 |
amine@78 | 11 Version 0.1.7 |
amine@78 | 12 ------------- |
amine@78 | 13 |
amine@78 | 14 - Add python 3.5/3.6 to test scheme |
amine@78 | 15 - Make source pep8 compliant |
amine@78 | 16 - Add shortcut names for AudioSource object properties |
amine@78 | 17 - Fix Python 3 bug with reading binary data from STDIN |
amine@78 | 18 |
amine@78 | 19 |
amine@78 | 20 Version 0.1.6 |
amine@78 | 21 ------------- |
amine@78 | 22 |
amine@78 | 23 - Add 'duration' to output keywords |
amine@78 | 24 |
amine@78 | 25 |
amine@52 | 26 Version 0.1.5 |
amine@52 | 27 ------------- |
amine@52 | 28 |
amine@52 | 29 - Fix description error for --drop-trailing-silence option (wrong default value) |
amine@52 | 30 - Bug fix: cmdline.py, take analysis_window into account when initializing a tokenizer object |
amine@52 | 31 - Bug fix: cmdline.py, --save-image option, set `record` to True when reading from the microphone |
amine@52 | 32 - Bug fix: util.py, method ADSFactory.ads, make a shallow copy of user's `kwargs` before calling _check_normalize_args |
amine@52 | 33 - Update documentation (mainly typos fixes) |
amine@52 | 34 |
amine@52 | 35 |
amine@36 | 36 Version 0.1.4 |
amine@36 | 37 ------------- |
amine@36 | 38 |
amine@36 | 39 - auditok as command line tool |
amine@36 | 40 - Rst documentation |
amine@36 | 41 - Read audio data from stdin |
amine@36 | 42 - Add short alias for all ADSFactory.ads() keyword arguments |
amine@36 | 43 - Add tests for alias |
amine@36 | 44 - Break audio data into chunks for audio play back (to quickly detect interruptions like Ctrl-C) |
amine@36 | 45 |
amine@36 | 46 |
amine@5 | 47 Version 0.1.3 |
amine@5 | 48 ------------- |
amine@5 | 49 |
amine@5 | 50 - Bug fix: util.AudioEnergyValidator._formats = {1: 'b' , 2: 'h', 4: 'i'} instead of {1: 'B' , 2: 'H', 4: 'I'} |
amine@5 | 51 - Typo fix in code: StreamTokenizer.DROP_TRAILING_SILENCE renamed StreamTokenizer.DROP_TAILING_SILENCE |
amine@5 | 52 - Documentation updated |
amine@5 | 53 |
amine@2 | 54 |
amine@2 | 55 Version 0.1.2 |
amine@2 | 56 -------------- |
amine@2 | 57 |
amine@2 | 58 First public release on Github. |