This repository was archived by the owner on May 6, 2022. It is now read-only.
Release v.0.0.18
Features
- Microphone support via PyAudio without the need to install system packages.
- Wheels for Linux, macOS, Windows.
Bug fixes
- Numpy/Cython ValueError caused by version mismatch. Numpy is now pinned to
1.19.2
and will stay in sync with current TensorFlow releases.