[audio.cpp] Release 0.6: dots.tts, MiniMax-H3 text2audio (up to 3x realtime), MiniMax-Music3 (preview), and more new audio models. 5+ demos included.
Mirrored from r/LocalLLaMA for archival readability. Support the source by reading on the original site.
| Hi all :) audio.cpp release 0.6 has been out for a little while, so this is more of an update on what landed and what has been improving around it. 0.6 added 5 new model families: dots.tts, NeuTTS-2e, MuScriptor (Music to MIDI), MiniMax-H3, and SenseVoice-Small, bringing audio.cpp to 49 total model families and 70+ model variants. Since release 0.6, our contributors have added Irodori-TTS v4, IndexTTS 2.5, and ACE-Step 1.5 XL, and MiniMax-Music3. The highlights are: (1) Native WebUI! Many thanks to https://github.com/mirek190 (2) Of course, MiniMax-H3 and MiniMax-Music3. We implemented MiniMax-H3’s text-to-audio pipeline, and one fun use case is TTS/Voice clone/Music gen. It’s more flexible and powerful than dedicated audio models, and the performance is quite decent. Check out the multi-speaker conversation demo in the main post, along with the other demos in the comments. What I’m very excited about with the MiniMax-H3 implementation is that it significantly enriches the framework’s building blocks for DiT models. Now with you don’t need to go through the pain of setting up SageAttention, First Block Cache, or Spectrum manually. Just change a few parameters, and you can experiment with the model. A preliminary inspection of configuration, memory, and performance trade-offs is available in repo's Bonus: audio.cpp’s MiniMax-H3 implementation can also produce video frames, because the DiT generates audio and video latents together, and the video VAE path is relatively straightforward to support. For now, the output is saved as RGB frame data plus metadata in JSON, so you need to encode it into a video file yourself. No upscaler or post-processing support. Just for fun. MiniMax-Music3 is currently in preview ( (3) The source code for the IOS-friendly VibeVoice 1.5B is out on the If you want early access to models in the next release, keep an eye on the Feedback and PRs on the native UI, MiniMax-Music3, and all other aspects of audio.cpp are always welcome! [link] [comments] |
Discussion (0)
Sign in to join the discussion. Free account, 30 seconds — email code or GitHub.
Sign in →No comments yet. Sign in and be the first to say something.