Sherpa looks like a nice all-in-one solution. I'm just not sure if Kaldi still is the latest and greatest when it comes to high quality TTS.
I've tried Kokoro, Orpheus, Chatterbox and those sound very nice, but it's just the TTS. And then a few ones I haven't tried are fish and OuteTTS. And then there is Kaldi and xTTSv2.
There are some projects building upon TTS to create similar things, though I've mainly looked into the dialogue and podcast creation:
- Dia (does dialogue, works for English and can do a few rudimentary things like laugh and chuckle)
- Mozilla's Document-to-Podcast
- Chatterbox-Audio is someone trying to do audiobooks with Chatterbox, though I'm not sure about the quality and progress of the attempt
- And a few abandoned attempts like Podcastify, Podcast-LLM from when Google introduced NotebookLM and people tried to recreate that. But I don't think it's very helpful if you want a tool that actually works.
I ended up writing a Python script myself to split up the text into paragraphs, feed it to Kokoro/Orpheus and then stitch back together the generated audio into a dialogue. I didn't find anything that did the exact thing I wanted to do. And Dia gave me a particularly bad time because the talking speed was all over the place and the voices weren't very consistent.