-
-
Notifications
You must be signed in to change notification settings - Fork 57
[Platform] Add stream for ElevenLabs TTS #324
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
9a0732b
to
0984ffa
Compare
3952d3b
to
d2299b6
Compare
Let's use GitHub draft instead of the prefix in the title please |
Not needed anymore, I added the |
src/platform/src/Bridge/ElevenLabs/ElevenLabsResultConverter.php
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
some questions and comments :)
96c0574
to
52bb547
Compare
8f4a890
to
f34c88f
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
how do you test that it works?
i used php elevenlabs/text-to-speech.php | mpg123 -
for the other example, but with that there is no benefit in streaming
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I pushed a fix with a modification of the PlatformFactory
🙂
f34c88f
to
45eab27
Compare
45eab27
to
89c6649
Compare
Hi 👋🏻
This PR aim to introduce the support for streaming TTS.