joelibaceta / video-to-ascii

It is a simple python package to play videos in the terminal using characters as pixels
MIT License
1.67k stars 141 forks source link

Pyaudio replaced by sounddevice library to fix some errors #84

Open RadinhoDePilha opened 2 years ago

RadinhoDePilha commented 2 years ago

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 commented 11 months ago

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.