#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)

proven flume
#

I am going to convert the text to audio. What is the max length that I can convert at once? Can I convert 120 pages text at once?

clear star
#

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)

proven flume
#

Thanks. Could you tell me what is project?

clear star
#

It's a way to easily synthesize large amounts of text

proven flume
#

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?
clear star
#

Currently there is no projects API available.

proven flume
#

How can we implement using API?

#

I mean how to convert the long text to audio via API?

clear star
#

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

proven flume
#

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

clear star
#

Yes, that's trivial to do with the API, you can simply use different voiceIDs

proven flume
#

I want to make an audio that contains multiple voices.

#

Is it possible?

clear star
#

you'll need to generate the parts separately, then cut them together