Skip to content

Python SDK 2.0.0

Compare
Choose a tag to compare
@avoliva avoliva released this 03 Nov 19:20
· 2 commits to main since this release
4db6543

Changes

Removed sounddevice package in favor of pyaudio. This fixes issues with this SDK not working correctly in M1+ devices.
Upgrading will require the user to install the pyaudio package, as this release is not backward-compatible.

Bug fixes

Ensure sampleRateHertz is never overridden with a null value.