lugia19 / elevenlabslib

Full python wrapper for the elevenlabs API.
MIT License
148 stars 27 forks source link

Requirements for sounddevice and portaudio are missed #3

Closed acriptis closed 1 year ago

acriptis commented 1 year ago

After installation of the lib I can not use it because the library misses some requirements. To use I have to install: sudo apt-get install libportaudio2

And with pip:

sounddevice==0.4.6

Now it works, thanks!

lugia19 commented 1 year ago

Yeah, I did notice that sounddevice is missing, but I didn't know you needed portaudio on linux. I'll be sure to note that in the readme. It'll be fixed later today.