v0.3.0
Pre-release
Pre-release
Summary
The biggest addition is soundfile support for reading "wav", "ogg", "flac", and "aiff" files. Otherwise, cleaning up docs, bumping minimum version, etc.
Changelog
- Moved
AliasedFactoryandalias_factory_subclass_from_argtoaliassubmodule. - Removed Python 3.6 support.
- Bug fix for issue #14 - Gammatone alpha coefficient wrong for ERB.
- Added
Stacktopost. - Added
soundfiledecoding toread_signal. - Removed catch-all condition for
read_signal(when all else fails, try Kaldi and thennumpy.fromfile). Breaks v0.2.0 behaviour. Needed forsoundfile. - Default for sphere decoding of u-law/a-law is now to convert to pcm-16 rather than to stay encoded.
- Removed
setup.py(builds withpyproject.tomlandsetup.cfg). - Removed conda recipe in prep for conda-forge.
version.py->_version.py- Cleaned up documentation.