Live data from Hacker News

OpenAI Audio Models

openai.fm

111–120 of 317 posts

Re: OpenAI Audio Models

#111

Earlier quoted context omitted.

So there's no British accents?

try the ballad or fable voices

Doesn't really sound very British to be honest.

Sounds kinda international/like an American trying to do a British accent.

I've been looking for real TTS British accents so this product doesn't meet my goals.

Re: OpenAI Audio Models

#112

Earlier quoted context omitted.

Any plans to open the weights of any of those?

nothing to share on open source yet, it's something we'll keep exploring. Especially as the models get smaller so more able to run on regular devices

[flagged]

Re: OpenAI Audio Models

#113
post #46
post #7

Recommended input for anyone trying this out: Voice: Onyx Vibe: Heavy german accent, doing an Arnold Schwarzenegger impression, way over the top for comedic effect. Deep booming voice, uses pauses for dramatic effect.

Weird; trying exactly this, and every time I stop and play again, I get a totally different voice. One of them (if I'm not mistaken) was cod-Russian.

Yeah, that's both odd and very unfortunate, it seems incredibly nondeterministic. Even running this with the same exact parameters over and over gives widely different results.

Re: OpenAI Audio Models

#114
Personally I just want to text or talk to Siri or an LLM and have it do whatever I need. Have it interface with AI Agents of companies, businesses, friends or families AI Agents to get whatever I need done like the example on OpenAI.fm site here (rebook my flight). Once it's done it shows me the confirmation on my lock screen and I receive an email confirmation.

Re: OpenAI Audio Models

#115
post #37

Earlier quoted context omitted.

Are these models downloadable, like whisper? What’s the minimum hardware for running them? Would they run on a raspberry pi? Or a smartphone?

not open source at this time. unfortunately they're much to large to run on normal consumer hardware

Is that the reason you're not open sourcing them? Wouldn't it still make sense to provide it for enthusiasts?

Re: OpenAI Audio Models

#116

Is there way to get "speech marks" alongside the generated audio? FYI, Speech marks provide millisecond timestamp for each word in a generated audio file/stream (and a start/end index into your original source string), as a stream of JSONL objects, like this: {"time":6,"type":"word","start":0,"end":5,"value":"Hello"} {"time":732,"type":"word","start":7,"end":11,"value":"it's"} {"time":932,"type":"word","start":12,"en…

whisper-1 has this with the verbose_json output. Has word level and sentence level, works fairly well.

Looks like the new models don't have this feature yet.

Re: OpenAI Audio Models

#117
post #105

I'm surprised at how poor this is at following a detailed prompt. It seems capable of generating a consistent style, and so in that sense quite useful. But if you want (say) a regional UK accent it's not even close. I also find it confusing you have to choose a voice. Surely that's what the prompt should be for, especially when the voices have such abstract names. I mean, it's still very impressive when you stand bac…

I find it works better with shorter simpler instructions. I would try:

Voice: Warm and slow, like a friendly Somerset farmer. Tone: Laid-back and rustic. Dialect: Classic West Country with a relaxed drawl and colloquial phrases.

Re: OpenAI Audio Models

#118

If I'm reading the pricing correctly, these models are SIGNIFICANTLY cheaper than ElevenLabs. https://platform.openai.com/docs/pricing If these are the "gpt-4o-mini-tts" models, and if the pricing estimate of "$0.015 per minute" of audio is correct, then these prices 85% cheaper than those of ElevenLabs. https://elevenlabs.io/pricing With ElevenLabs, if I choose their most cost-effectuve "Business" plan for $1100 per…

yes, I think you are right. When I did the math on 11labs million chars I got the same numbers (Pro plan). I'm super happy about this, since I took a bet that exactly this would happen. I've just been building a consumer TTS app that could only work with significant cheaper TTS prices per million character (or self-hosted models)

Kokoro TTS is pretty good for open source. Worth checking out.

Re: OpenAI Audio Models

#119
post #100

Hey, I'm Jeff and I was PM for these models at OpenAI. Today we launched three new state-of-the-art audio models. Two speech-to-text models—outperforming Whisper. A new TTS model—you can instruct it how to speak (try it on openai.fm!). And our Agents SDK now supports audio, making it easy to turn text agents into voice agents. We think you'll really like these models. Let me know if you have any questions here!

Is there any chance that gpt-4o-transcribe might get confused and accidentally follow instructions in the audio stream instead of transcribing them?

Here's a partial answer to my own question: https://news.ycombinator.com/item?id=43427525

> e.g. the audio-preview model when given instruction to speak "What is the capital of Italy" would often speak "Rome". This model should be much better in that regard

"Much better" doesn't sound like it can't happen at all though.

Re: OpenAI Audio Models

#120
post #31

Earlier quoted context omitted.

Indeed. Right now I think our open choices are Piper, Kokoro and Orpheus.

He was talking about STT models, not TTS. Whisper is open source and a good solution in many cases (in particular finetuned ones).

regarding STT we got also today 2 new models from Nvidia:

https://huggingface.co/nvidia/canary-180m-flash

https://huggingface.co/nvidia/canary-1b-flash

second in Open ASR leaderboard https://huggingface.co/spaces/hf-audio/open_asr_leaderboard

Sadly only supports 4 languages (english, german, spanish, french)

Post reply on HN