Top
Best
New

Posted by lastdong 9/3/2025

VibeVoice: A Frontier Open-Source Text-to-Speech Model(microsoft.github.io)
448 points | 170 comments
simiones 9/3/2025|
I read the comments praising these voices as very life like, and went to the page primed to hear very convincing voices. That is not at all what I heard though.

The voices are decent, but the intonation is off on almost every phrase, and there is a very clear robotic-sounding modulation. It's generally very impressive compared to many text-to-speech solutions from a few years ago, but for today, I find it very uninspiring. The AI generated voice you hear all over YouTube shorts is at least as good as most of the samples on this page.

The only part that seemed impressive to me was the English + (Mandarin?) Chinese sample, that one seemed to switch very seamlessly between the two. But this may well be simply because (1) I'm not familiar with any Chinese language, so I couldn't really judge the pronunciation of that, and (2) the different character systems make it extremely clear that the model needs to switch between different languages. Peut-être que cela n'aurait pas été si simple if it had been switching between two languages using the same writing system - I'm particularly curious how it would have read "simple" in the phrase above (I think it should be read with the French pronunication, for example).

And, of course, the singing part is painfully bad, I am very curious why they even included it.

Uehreka 9/3/2025||
Their comments about the singing and background music are odd. It’s been a while since I’ve done academic research, but something about those comments gave me a strong “we couldn’t figure out how to make background music go away in time for our paper submission, so we’re calling it a feature” vibe as opposed to a “we genuinely like this and think its a differentiator” vibe.
phildougherty 9/3/2025||
Totally felt the same way! Singing happens spontaneously? What?
lyu07282 9/3/2025||
They mention that in the FAQ here: https://github.com/microsoft/VibeVoice/tree/main?tab=readme-...

> In fact, we intentionally decided not to denoise our training data because we think it's an interesting feature for BGM to show up at just the right moment. You can think of it as a little easter egg we left for you.

It's not a bug, it's a feature! Okaaaaay

jstummbillig 9/3/2025|||
Is there any better model you can point at? I would be interested in having a listen.

There are people – and it does not matter what it's about – that will overstate the progress made (and others will understate it, case in point). Neither should put a damper on progress. This is the best I personally have heard so far, but I certainly might have missed something.

Uehreka 9/3/2025|||
It’s tough to name the best local TTS since they all seem to trade off on quality and features and none of them are as good as ElevenLabs’ closed-source offering.

However Kokoro-82M is an absolute triumph in the small model space. It curbstomps models 10-20x its size in terms of quality while also being runnable on like, a Raspberry Pi. It’s the kind of thing I’m surprised even exists. Its downside is that it isn’t super expressive, but the af_heart voice is extremely clean, and Kokoro is way more reliable than other TTS models: It doesn’t have the common failure mode where you occasionally have a couple extra syllables thrown in because you picked a bad seed.

If you want something that can do convincing voice acting, either pay for ElevenLabs or keep waiting. If you’re trying to build a local AI assistant, Kokoro is perfect, just use that and check the space again in like 6 months to see if something’s beaten it. https://huggingface.co/hexgrad/Kokoro-82M

refulgentis 9/3/2025|||
There's a certain know-nothing feeling I get that makes me worried if we start at the link (which has data showing it > ElevenLabs quality), jump to eh it's actually worse than anything I've heard then last 2 years, and end up at "none are as good as ElevenLabs" - the recommendation and commentary on it, of course, has nothing to do with my feeling, cheers
sandreas 9/3/2025|||
What is your opinion about F5-TTS or Fish-TTS?
brettpro 9/4/2025||
I recently implemented Fish for a project and found it adequate for TTS but wildly impressive in voice cloning. My POC originally required 3-10 audio samples but I removed the minimum because it could usually one shot it.

The model is good, but I will say their inference code leaves a lot to be desired. I had to rewrite large portions of it for simple things like correct chunking and streaming. The advertised expressive keywords are very much hit and miss, and the devs have gone dark unfortunately.

sandreas 1 day ago||
Did you consider contributing your improvements?
lynx97 9/3/2025||||
I cobbled together llm-tts to run as many local (and remote) TTs models s I could find and get working.

https://github.com/mlang/llm-tts

Strictly speaking, even music generation fits the usage pattern: text in, audio out.

llm-tts is far from complete, but it makes it relatively "easy" to try a few models in an uniform way.

nipponese 9/3/2025||||
Not OS or local, but just try ChatGPT Voice Conversation mode. To my ears, it's a generation ahead of these VibeVoice samples.
riquito 9/3/2025||||
Probably not even the best ones, but among some recent models I find Dia and Orpheus more natural

- http://dia-tts.com/

- https://github.com/canopyai/Orpheus-TTS

popalchemist 9/4/2025||||
Higgs Audio v2 is currently SOTA in OSS TSS.
satellite2 9/4/2025||||
Elevenlabs v3 (not local)
whimsicalism 9/3/2025|||
i think orpheus and sesame sound better
rcarmo 9/3/2025|||
One of the things this model is actually quite good at is voice cloning. Drop a recorded sample of your voice into the voices folder, and it just works.
watsonmusic 9/3/2025||
bonus usage
IshKebab 9/3/2025|||
I agree. For some reason the female voices are waaay more convincing than the male ones too, which sound barely better than speech synthesis from a decade ago.
selkin 9/3/2025||
Results correlate to investment, and there’s more in synthesizing female coded voices. As for the why female coded voices gets more investments, we all know, only difference is in attitude towards that (the correct answer, of course, is “it sucks”)
recursive 9/3/2025||
We all know? Female voices have better intelligibility? That's my guess anyway.
kadoban 9/3/2025|||
There's a lot of money and effort spent in satisfying the sexual desires of (predominantly straight) men. There's not typically quite as much interest in doing the same for women.

For example I've been looking at models and loras for generating images, and the boards are _full_ of ones that will generate women well or in some particular style. Quite often at least a couple of the preview images for each are hidden behind a button because they contain nudity. Clearly the intent is that they are at least able to generate porn containing women. There's a small handful that are focused on men and they're very aware of it, they all have notes lampshading how oddball they are to even exist.

I would expect that this is not as pronounced an effect in the world generating speech, but it must still exist.

lacy_tinpot 9/3/2025||
I think this is a very lazy kind of cultural analysis. The reason female voices are being chosen over male ones is a little more multifaceted than just SEX. Heterosexual women also tend to prefer female voices over male ones.

Female voices are often rated as being clearer, easier to understand, "warmer", etc.

Why this is the case is still an open question, but it's definitely more complex than just SEX.

kadoban 9/4/2025|||
I don't think that this is the only factor, I just suspect that it is _a_ factor.
lacy_tinpot 9/4/2025||
>There's not typically quite as much interest in doing the same for women.

Women also prefer female voices.

kadoban 5 days ago||
Okay. I'd happily believe that, it doesn't contradict what I said.

The quote you have from me is from this context:

> There's a lot of money and effort spent in satisfying the sexual desires of (predominantly straight) men. There's not typically quite as much interest in doing the same for women.

In that context, your response is impossible to respond to. Do you even disagree with what I said or do you (like me) just think that there are other factors in addition?

Any particular reason you're being kind of a dick btw?

selkin 9/3/2025|||
That you consider it sex (rather than gender), is exactly why there’s a preference for female coded voices. Consider where we do hear male recorded voices used as default.
recursive 9/3/2025|||
Overloaded term. It was a reference to the parent's reference.

> satisfying the sexual desires of

So, "sex" as a reference to "sexual desires". In English, it just so happens that "sex" has other meanings, but those weren't in play at the time.

akimbostrawman 9/4/2025||||
How the hell would you determine someone's self assigned social gender based on there voice which is a result of there physical sex.
pylotlight 9/4/2025|||
woosh
selkin 9/3/2025|||
If you don't know, it's on you to learn. If you do know and prefer to make an asshole of yourself, that's also on you.
odie5533 9/3/2025|||
It's good but not the best free model. I find Chatterbox to be more realistic with no robot-sounding and better (though not perfect) intonation.
lastdong 9/3/2025|||
Chatterbox sounds great, their demo page is a good introduction: https://resemble-ai.github.io/chatterbox_demopage/
eaglehead 9/3/2025|||
I agree. We switched from elevenlabs to chatterbox (hosted on Resemble.ai) and it is much much cheaper and better.
iansinnott 9/4/2025|||
The English/Mandarin section was VERY impressive. The accents of both the woman speaking English and the man speaking Chinese were spot on. Both sound very convincingly like they are speaking a second language, which anyone here can hear from the Chinese woman speaking English voice. I'd like to add that the foreigner speaking Chinese was also spot on.
echelon 9/3/2025|||
This is close to SOTA emotional performance, at least the female voices.

I trust the human scores in the paper. At least my ear aligns with that figure.

With stuff like this coming out in the open, I wonder if ElevenLabs will maintain its huge ARR lead in the field. I really don't see how they can continue to maintain a lead when their offering is getting trounced by open models.

kamranjon 9/3/2025|||
Hmmmm… what is your opinion on the examples showcased here vs the ones on the Dia demo page?

https://yummy-fir-7a4.notion.site/dia

I am not sure why but I find the pacing of the parakeet based models (like Dia) to be much more realistic.

watsonmusic 9/3/2025|||
11labs is facing a real competitor
skripp 9/3/2025|||
The male Chinese speakers had THICK American accents. Nothing really wrong with the language, but think the stereotype German speaking English. That was kind of strange to me.
ascorbic 9/3/2025||
I think it's because it was using the American voice for it. Conversely the female voice in the Mandarin conversation spoke English with a Chinese accent.
mclau157 9/3/2025|||
ElevenLabs has a much more convincing voice model
sys32768 9/3/2025|||
They also offer an AI Voice Changer that will take a recording and transform it into a different voice but retain the cadence and intonation.
DrBenCarson 9/3/2025||||
Open source?
watsonmusic 9/3/2025|||
it's not oss
johanyc 9/3/2025|||
The Chinese is good. The Mandarin to English example she sounds native. The English to Mandarin sounds good too but he does have an English speaker's accent, which I think is intentional.
MengerSponge 9/3/2025||
> (1) I'm not familiar with any Chinese language, so I couldn't really judge the pronunciation of that

https://en.wikipedia.org/wiki/Gell-Mann_amnesia_effect

giancarlostoro 9/3/2025||
I really hope someone within Microsoft is naming their open source coding agent Microsoft VibeCode. Let this be a thing. Its either that or "Lo" then you can have Lo work with Phi, so you can Vibe code with Lo Phi.

https://techcommunity.microsoft.com/blog/azure-ai-foundry-bl...

simiones 9/3/2025||
Knowing the history of Microsoft marketing, it will either be called something like "Microsoft Copilot Code Generator for VSCode" or something like "Zunega"...
giancarlostoro 9/3/2025|||
Well don't forget "Microsoft SQL" ;) They'll name something as though they invented it and now have the worse possible way to google it.
kelvinjps10 9/3/2025|||
For me it doesn't sounds like they invented it but that it's Microsoft version of SQL idk but I hate Microsoft version of anything
loloquwowndueo 9/3/2025||||
“Microsoft Word” haha reminds me of the old joke : “Microsoft Works” is an oxymoron.
giancarlostoro 9/3/2025|||
Oh my goodness, I forgot about "Microsoft Works" you just shot me back in time to the 2000s
esafak 9/3/2025|||
You misquoted Microsoft "Works"
parineum 9/3/2025|||
Just like MariaDB sounds as though they invented databases, right?
cush 9/3/2025||||
Later renamed to Microsoft Zune, a handheld AI companion that lives in your pocket
polytely 9/3/2025||||
GitHub Dotnet Copilot Code Generator for VSC (new)
datadrivenangel 9/3/2025||
(preview)
yellowapple 9/4/2025||||
Microsoft Copilot .NET for Workgroups
airstrike 9/3/2025|||
Now I need a new project just so I can call it Zunega... lmao
watsonmusic 9/3/2025||
genius
malnourish 9/3/2025||
This is clearly high quality but there's something about the voices, the male voices in particular, which immediately register as computer generated. My audio vocabulary is not rich enough to articulate what it is.
heeton 9/3/2025||
I'm no audio engineer either, but those computer voice sound "saw-tooth"y to me.

From what I understand, it's more basic models/techniques that are undersampling, so there is a series of audio pulses which give it that buzzy quality. Better models are produced smoother output.

https://www.perfectcircuit.com/signal/difference-between-wav...

codebastard 9/3/2025|||
I would describe it as blockly, as if we visualise the sound wave it seems to be without peaks and cut upwards and downwards producing a metallic boxy echo.
jofzar 9/3/2025||
Yeah it sounds super low bitrate to me, reminds me of someone on Bluetooth microphone
lvncelot 9/3/2025||
After hearing them myself, I think I know what you mean. The voices get a bit warbly and sound at times like they are very mp3-compressed.
strangescript 9/3/2025||
The male voices seem much worse than the female voices, borderline robotic. Every sample of their website starts with a female voice. They clearly are aware of the issue.
jsomedon 9/3/2025|
I felt the same, male voice feels kinda artificial.
davorak 9/4/2025||
Any insight on my the code and the large model were removed? Some copies are floating around and are MIT licensed. In cases like this I do not know why the projects are yanked. If the project was mistakenly released under MIT, copied elsewhere, is any damage control possible by yanking the copies you have control over? Mostly seems like bad PR, if minor.
androiddrew 9/4/2025||
Ok anyone have a link to the code and weights?
fivestones 9/4/2025||
Wondering this too.
aargh_aargh 9/3/2025||
Is there a current, updated list (ideally, a ranking) of the best open weights TTS models?

I'm actually more interested in STT (ASR) but the choices there are rather limited.

Uehreka 9/3/2025||
Yes: https://huggingface.co/models?pipeline_tag=text-to-speech

Generally if a model is trending on that page, there’s enough juice for it to be worth a try. There’s a lot of subjective-opinion-having in this space, so beyond “is it trending on HF” the best eval is your own ears. But if something is not trending on HF it is unlikely to be much good.

odie5533 9/3/2025|||
Best TTS: VibeVoice, Chatterbox, Dia, Higgs, F5 TTS, Kokoro, Cosy Voice, XTTS-2.
kroaton 9/4/2025||
Unmute.sh (same team as Kokoro) gets slept on, but it's really good.
xnx 9/3/2025|||
Click leaderboard in the hamburger menu: https://huggingface.co/spaces/TTS-AGI/TTS-Arena-V2
prophesi 9/3/2025|||
Is there a way to filter out hosted models? The top three winners currently are all proprietary as far as I can tell.

edit: Ah, there's a lock icon next to the name of each proprietary model.

odie5533 9/3/2025|||
That's a highly incomplete comparison
watsonmusic 9/3/2025||
yes the best
TheAceOfHearts 9/3/2025||
Unfortunately it's not usable if you're GPU-poor. Couldn't figure out how to run this with an old 1080. I tried VibeVoice-1.5B on my old CPU with torch.float32 and it took 832 seconds to generate a 66 second audio clip. Switching from torch.bfloat16 also introduced some weird sound artifacts in the audio output. If you're GPU-poor the best TTS model I've tried so far is Kokoro.

Someone else mentioned in this thread that you cannot add annotations to the text to control the output. I think for these models to really level up there will have to be an intermediate step that takes your regular text as input and it generates an annotated output, which can be passed to the TTS model. That would give users way more control over the final output, since they would be able to inspect and tweak any details instead of expecting the model to get everything correctly in a single pass.

tempodox 9/3/2025|
This is ludicrous. macOS has had text-to-speech for ages with acceptable quality, and they never needed energy- and compute-expensive models for it. And it reacts instantly, not after ridiculous delays. I cannot believe this hype about “AI”, it’s just too absurd.
NitpickLawyer 9/3/2025||
> with acceptable quality

Compared to IBMs Steven Hawking's chair, maybe. But apple tts is not acceptable quality in any modern understanding of SotA, IMO.

selkin 9/3/2025||
Different use cases:

If you need a not-visual output of text, SoyA is a waste of electrons.

If you want to try and mimic a human speaker, then it ain’t.

Question is why would you need to have the computer sound more human, except for “because I can”.

NitpickLawyer 9/3/2025|||
I tried listening to audiobooks generated with tts. It takes me out of it most of the time, and I lose focus. That podcast thing from google was the first time I felt like I could listen to an entire thing without feeling the uncanny valley thing. And I knew it was genAI. So I'm looking for that, but for my content. Grab a bunch of articles (long form, deeply researched) and "podcast" them but with natural voices, sans hype. Or books. Have them ready when I'm out and about.
andrew_lettuce 9/3/2025||
The Google podcasts are so cringey positive it emotionally pains me. Nobody finds pineapple on pizza that amazing.
lagniappe 9/3/2025||
>Nobody finds pineapple on pizza that amazing

We can't be friends

crazygringo 9/3/2025||||
Audiobooks and other material you want to listen to (articles, blog posts, etc.).

There's a lot of stuff I don't have time to sit down and read, but want to listen to while I cook/laundry/shower/drive/etc.

Often recordings don't exist. Or when they do, an audiobook just has a bad voiceover artist, or one that just rubs you the wrong way.

The more human text-to-speech sounds, the easier and less distracting it is to listen to. There's real value in it, it's not "because I can".

You know how it's nicer to read in 300 dpi instead of 72 dpi? Or in Garamond rather than Courier? Or in Helvetica rather than Comic Sans? It's like that, only for speech.

Ukv 9/3/2025|||
> Question is why would you need to have the computer sound more human

I think translation would be a big use - maybe translating your voice to another language while maintaining emotion and intonation, or dubbing content (videos, movies, podcasts, ...) that isn't otherwise available in your native language.

Traditional non-ML TTS for longer content like podcasts or audiobooks seems like it'd become grating to the point of being unlistenable, or at least a significantly worse experience. Stands to benefit from more natural sounding voices that can place emphasis in the right places.

Since Stephen Hawking was brought up, there are likely also people with voice-impairing illnesses who would like to speak in their own voice again (in addition to those who are fine with a robotic voice). Or alternatively, people who are uncomfortable with their natural voice and want to communicate closer to how they wish to be perceived.

Could also potentially be used for new forms of interactive media that aren't currently feasible - customised movies, audio dramas where the listener plays a role, videogame NPCs that react with more than just prerecorded lines, etc.

baxuz 9/3/2025||
Looking forward to the day when tts and speech recognition will work on Croatian, or other less prevalent languages.

It seems that it's only variants of English, Spanish and Chinese which are somewhat working.

lukax 9/3/2025|
Have you tried Soniox for speech recognition? It supports Croatian. Or are you just looking for self-hosted open-source models? Soniox is very cheap ($0.1/h for async, $0.12/h for real-time) and you get $200 free credits on signup.

https://soniox.com/

Disclaimer: I used to work for Soniox

baxuz 9/3/2025||
I meant in general purpose tools from Google and Apple. Most of this assistant and "AI" stuff is practically useless for me because I refuse to talk to my devices in English.

In Android Auto / CarPlay I can't even get voice guidance that works properly, much less reading notifications, or composing a reply using STT

Insanity 9/3/2025||
What an odd name to me, becaus "Vibe" is, in my mind, equal to somewhat poor quality. Like "Vibe Coding". But that's probably just some bias from my side.
mxfh 9/3/2025||
Vibe coding just became a term this spring. I doubt that that the substantial part, like giving it a project code name and getting company approval of this research project started after that. It's not libe vibe has a negative connotation in general yet.
Insanity 9/3/2025||
'Vibe' as a word / product was definitely less common though. I kinda doubt that 'VibeVoice' is _not_ a consequence of 'VibeCode'.

But I do agree with you in that generally there's probably no negative connotation (yet).

andrew_lettuce 9/3/2025||
Vibe always meant "specific feel" and makes sense related to AI coding "by touch" vs. understanding what's actually happening. It's just the results have now made the word pejorative.
rafaelmn 9/3/2025|
The Spontaneous Emotion dailog sounds like a team member venting through LLMs.

They could have skipped the singing part, it would be better if the model did not try to do that :)

kridsdale1 9/3/2025||
It did get me to look up the song [1] again though, which is a great stimulator of emotion. The robot singing has a long way to go.

1. https://music.youtube.com/watch?v=xl8thVrlvjI&si=dU6aIJIPWSs...

eibrahim 9/3/2025||
Hahahah. Thats what I thought too
More comments...