Python SDK 2.0.0
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.