Skip to content
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

.Net: tts - audio generation: what model to use to generate >4min (longer audio)? or audio at all (tts-hd to deprecate on Sat, Mar 1, 2025) #10655

Open
sophialagerkranspandey opened this issue Feb 24, 2025 · 0 comments
Assignees
Labels
needs_port_to_python Indicate this item needs to also be done for Python .NET Issue or Pull requests regarding .NET code

Comments

@sophialagerkranspandey
Copy link
Contributor

Discussed in #10645

Originally posted by joslat February 23, 2025
Hi,

I've managed to generate a proper text to speech following the sample:
https://github.com/microsoft/semantic-kernel/blob/main/dotnet/samples/Concepts/TextToAudio/OpenAI_TextToAudio.cs

But the only model i can use is tts or tts-hd - all of them have a cap of 4,096 chars...
This enables a maximum of 4 to 8 minutes of audio, not more.
And on top, this model is to be deprecated on Sat, Mar 1, 2025...

I am building a language teacher and would like to generate audio sessions ranging up to 20 or more minutes...

Is there any way to overcome this "hard cap"? or what should I use instead, tts seems to only have this model...

What would you suggest to use?

Best,
José

@sophialagerkranspandey sophialagerkranspandey added the .NET Issue or Pull requests regarding .NET code label Feb 24, 2025
@github-actions github-actions bot changed the title tts - audio generation: what model to use to generate >4min (longer audio)? or audio at all (tts-hd to deprecate on Sat, Mar 1, 2025) .Net: tts - audio generation: what model to use to generate >4min (longer audio)? or audio at all (tts-hd to deprecate on Sat, Mar 1, 2025) Feb 24, 2025
@sophialagerkranspandey sophialagerkranspandey added the needs_port_to_python Indicate this item needs to also be done for Python label Feb 24, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
needs_port_to_python Indicate this item needs to also be done for Python .NET Issue or Pull requests regarding .NET code
Projects
None yet
Development

No branches or pull requests

2 participants