Skip to content

Release 0.3.1

Compare
Choose a tag to compare
@aleneum aleneum released this 22 Oct 13:28
· 345 commits to master since this release

0.3.1 is a minor release and includes changes concerning dependencies as well as a new backend structure, a bugfix and new convenience functions:

  • Remove ffmpeg from requirement, and it has to be installed via conda or manually
  • Decouple pyaudio from Aserver and Arecorder
  • Introduce backends interface: PyAudio(), Dummy()
  • add device_info() helper function which prints audio device information in a tabular form
  • Bugfix #23: Add a small delay to server booting to prevent issues when Aserver and Arecorder are initialized back-to-back
  • Helper function record has been dropped due to legacy reasons. An improved version will be introduced in 0.3.2.