lugia19 / elevenlabslib

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

Streaming is completely broken #19

Closed lugia19 closed 10 months ago

lugia19 commented 10 months ago

Yep, known issue, something changed with the mp3s the API returns, and now soundfile just...dies trying to read them for some reason.

I'll be implementing pcm support for streaming as a stopgap. EDIT: nevermind, I ended up fixing the issue properly - no need for a workaround.

lugia19 commented 10 months ago

Fixed in the latest commit, will push and publish a release once I've implemented streaming using PCM as well.

lugia19 commented 10 months ago

Published the new release with the fix.