#I am going to convert the text to audio. What is the max length that I can convert at once?
1 messages · Page 1 of 1 (latest)
Depends on what you're using
speech synthesis, 5000 characters
but if you want to do something long form, you'll have to use projects
which requires a creator subscription (at least)
doesn't really have a cap on the maximum amount of text, however
(beyond the characters your plan gives you, of course)
Thanks. Could you tell me what is project?
It's a way to easily synthesize large amounts of text
Create premium AI voices in any style and language with the most powerful AI speech tool ever. Clone your voice and generate voiceovers in minutes with our AI voice generator.
Thanks. We are building the website that convert the long length PDF to Audio. So we should implement all features via API.
We should do this via API:
- create project
- convert audio
Is it possible using API?
Currently there is no projects API available.
How can we implement using API?
I mean how to convert the long text to audio via API?
Converting such a long text entirely through the API is certainly possible but it's a complex task and not one for which a quick implementation can be provided
I'd recommend starting out by looking at the API docs https://elevenlabs.io/docs/api-reference/text-to-speech#/ and going from there
I want to convert the film text to audio via API. Can I convert with multiple voices?
i.e, I want to get the audio that have the multiple voices
Yes, that's trivial to do with the API, you can simply use different voiceIDs
A single audio? Not just through our API
you'll need to generate the parts separately, then cut them together