Skip to content
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

in Python 3.9 (AttributeError: type object 'array.array' has no attribute 'tostring') #36

Open
karu2003 opened this issue Jan 22, 2021 · 1 comment
Labels

Comments

@karu2003
Copy link

audiostream/audiostream/sources/wave.pyx

'tostring' > 'tobytes'

@Julian-O Julian-O added the bug label Dec 3, 2023
@Julian-O
Copy link

Julian-O commented Dec 3, 2023

Restating the problem:

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
Extermind added a commit to Extermind/audiostream that referenced this issue Feb 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants