spatialaudio / python-sounddevice

:sound: Play and Record Sound with Python :snake:
https://python-sounddevice.readthedocs.io/
MIT License
980 stars 145 forks source link

play_long_file fails #395

Open joem5636 opened 2 years ago

joem5636 commented 2 years ago

Even with soundfile and libsndfile1 installed, I get "TypeError: buffer_read() got an unexpected keyword argument 'ctype'" when I try to run it. Even if I try soundfile samples, they fail but for differing reasons.

mgeier commented 2 years ago

You seem to be using a very old version of python-sounddevice.

See #149.