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

Pyaudio replaced by sounddevice library to fix some errors #84

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

RadinhoDePilha
Copy link

Currently, the Pyaudio library is getting errors when executed by Python 3.10. Changing the library to sounddevice fix this and get a robuster way to work with the audio stream.

@joelibaceta joelibaceta self-requested a review November 24, 2023 18:12
@joelibaceta joelibaceta added bug Something isn't working enhancement New feature or request labels Nov 24, 2023
@joelibaceta
Copy link
Owner

Thanks @RadinhoDePilha 👍 It's an interesting approach to finally address some of the frequently reported audio issues. I'll run some tests, and if everything goes well, I think we could consider adopting this new library.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants