This commit is contained in:
JianweiYu 2025-08-25 15:29:26 -07:00
parent 57d3f2e051
commit 45ed2ecd9f
3 changed files with 4 additions and 2 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 301 KiB

View file

@ -7,8 +7,9 @@
[![Live Playground](https://img.shields.io/badge/Live-Playground-green?logo=gradio)](https://aka.ms/VibeVoice-Demo)
</div>
<div align="center">
<img src="Figures/log.png" alt="VibeVoice Logo" width="200">
</div>
VibeVoice is a novel framework designed for generating **expressive**, **long-form**, **multi-speaker** conversational audio, such as podcasts, from text. It addresses significant challenges in traditional Text-to-Speech (TTS) systems, particularly in scalability, speaker consistency, and natural turn-taking.

View file

@ -29,6 +29,7 @@ dependencies = [
"gradio",
"av",
"aiortc",
"librosa"
]