-
Notifications
You must be signed in to change notification settings - Fork 6
example needs updating for CP 7.x #14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Regarding @jepler comment, I have tested this using: Also tested it using a perhaps cleaner: |
Seems like we're only using ulab.numpy to get an array of 16 bit values. Could probably use array.array instead. |
We do mic_svc.sound_samples = mic_samples - 32768 which relies on |
Ah, I see. Looks like we're working on the same issue, you're just ahead of me. |
these need to be updated to use
ulab.numpy
The text was updated successfully, but these errors were encountered: