spatialaudio / python-sounddevice

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

OSERROR portaudio library not found #540

Open ianovert opened 4 weeks ago

ianovert commented 4 weeks ago

Hi my name is ian, and I’ve been trying to compile my kivy app into apk but i keep getting an error on the logcat that the sounddevice.py line 71 the portaudio library is not found. I checked the files that were copied during the compiling process and i noted that _sounddevice_data folder was missing when the sounddevice package was being installed by the requirements.txt on my buildozer.spec file. I’ve tried copying the folder to my google colab then compiling the app and still the error appears on my logcat, how can i install the right sounddevice package that will install the _sounddevice_data folder that contains the portaudio64bit.dll file??