view CHANGELOG @ 322:2cb8e29e1c9c

Update pre-commit-hooks
author Amine Sehili <amine.sehili@gmail.com>
date Sat, 19 Oct 2019 23:28:11 +0100
parents b3dffec14dfb
children 9741b52f194a
line wrap: on
line source
auditok Changelog
=================

Version 0.1.8
-------------

- Add command line argument to select audio device used by pyaudio
- Add command line argument to select buffer size for pyaudio


Version 0.1.7
-------------

- Add python 3.5/3.6 to test scheme
- Make source pep8 compliant
- Add shortcut names for AudioSource object properties
- Fix Python 3 bug with reading binary data from STDIN


Version 0.1.6
-------------

- Add 'duration' to output keywords


Version 0.1.5
-------------

- Fix description error for --drop-trailing-silence option (wrong default value)
- Bug fix: cmdline.py, take analysis_window into account when initializing a tokenizer object
- Bug fix: cmdline.py, --save-image option, set `record` to True when reading from the microphone
- Bug fix: util.py, method ADSFactory.ads, make a shallow copy of user's `kwargs` before calling _check_normalize_args
- Update documentation (mainly typos fixes)


Version 0.1.4
-------------

- auditok as command line tool
- Rst documentation
- Read audio data from stdin
- Add short alias for all ADSFactory.ads() keyword arguments
- Add tests for alias
- Break audio data into chunks for audio play back (to quickly detect interruptions like Ctrl-C) 


Version 0.1.3
-------------

- Bug fix: util.AudioEnergyValidator._formats = {1: 'b' , 2: 'h', 4: 'i'} instead of {1: 'B' , 2: 'H', 4: 'I'}
- Typo fix in code: StreamTokenizer.DROP_TRAILING_SILENCE renamed StreamTokenizer.DROP_TAILING_SILENCE
- Documentation updated


Version 0.1.2
--------------

First public release on Github.