You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Python's array.array had a tostring() method.
In Python 3.2, it was renamed to tobytes() and the old name was deprecated.
In Python 3.9, tostring() was removed.
Should be an easy fix.
Extermind
added a commit
to Extermind/audiostream
that referenced
this issue
Feb 3, 2024
audiostream/audiostream/sources/wave.pyx
'tostring' > 'tobytes'
The text was updated successfully, but these errors were encountered: