video-to-ascii icon indicating copy to clipboard operation
video-to-ascii copied to clipboard

Pyaudio replaced by sounddevice library to fix some errors

Open RadinhoDePilha opened this issue 2 years ago • 1 comments

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.

RadinhoDePilha avatar Jun 28 '22 00:06 RadinhoDePilha

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.

joelibaceta avatar Nov 24 '23 18:11 joelibaceta