diff --git a/README.md b/README.md index 30a2a77..f9e5aa3 100644 --- a/README.md +++ b/README.md @@ -25,6 +25,8 @@ 2025-12-03: 📣 We open-sourced VibeVoice‑Realtime‑0.5B, a real‑time text‑to‑speech model that supports streaming text input and robust long-form speech generation. Try it on [Colab](https://colab.research.google.com/github/microsoft/VibeVoice/blob/main/demo/vibevoice_realtime_colab.ipynb). +2025-12-09: 📣 We’ve added experimental speakers in nine languages (DE, FR, IT, JP, KR, NL, PL, PT, ES) for exploration—welcome to try them out and share your feedback. + To mitigate deepfake risks and ensure low latency for the first speech chunk, voice prompts are provided in an embedded format. For users requiring voice customization, please reach out to our team. We will also be expanding the range of available speakers.
diff --git a/demo/voices/streaming_model/de-Spk0_man.pt b/demo/voices/streaming_model/de-Spk0_man.pt new file mode 100755 index 0000000..7407314 Binary files /dev/null and b/demo/voices/streaming_model/de-Spk0_man.pt differ diff --git a/demo/voices/streaming_model/de-Spk1_woman.pt b/demo/voices/streaming_model/de-Spk1_woman.pt new file mode 100755 index 0000000..c67e669 Binary files /dev/null and b/demo/voices/streaming_model/de-Spk1_woman.pt differ diff --git a/demo/voices/streaming_model/fr-Spk0_man.pt b/demo/voices/streaming_model/fr-Spk0_man.pt new file mode 100755 index 0000000..dcc72ff Binary files /dev/null and b/demo/voices/streaming_model/fr-Spk0_man.pt differ diff --git a/demo/voices/streaming_model/fr-Spk1_woman.pt b/demo/voices/streaming_model/fr-Spk1_woman.pt new file mode 100755 index 0000000..48756ff Binary files /dev/null and b/demo/voices/streaming_model/fr-Spk1_woman.pt differ diff --git a/demo/voices/streaming_model/it-Spk0_woman.pt b/demo/voices/streaming_model/it-Spk0_woman.pt new file mode 100755 index 0000000..c57fc61 Binary files /dev/null and b/demo/voices/streaming_model/it-Spk0_woman.pt differ diff --git a/demo/voices/streaming_model/it-Spk1_man.pt b/demo/voices/streaming_model/it-Spk1_man.pt new file mode 100755 index 0000000..68b658e Binary files /dev/null and b/demo/voices/streaming_model/it-Spk1_man.pt differ diff --git a/demo/voices/streaming_model/jp-Spk0_man.pt b/demo/voices/streaming_model/jp-Spk0_man.pt new file mode 100755 index 0000000..bf710af Binary files /dev/null and b/demo/voices/streaming_model/jp-Spk0_man.pt differ diff --git a/demo/voices/streaming_model/jp-Spk1_woman.pt b/demo/voices/streaming_model/jp-Spk1_woman.pt new file mode 100755 index 0000000..4ea2def Binary files /dev/null and b/demo/voices/streaming_model/jp-Spk1_woman.pt differ diff --git a/demo/voices/streaming_model/kr-Spk0_woman.pt b/demo/voices/streaming_model/kr-Spk0_woman.pt new file mode 100755 index 0000000..4264666 Binary files /dev/null and b/demo/voices/streaming_model/kr-Spk0_woman.pt differ diff --git a/demo/voices/streaming_model/kr-Spk1_man.pt b/demo/voices/streaming_model/kr-Spk1_man.pt new file mode 100755 index 0000000..c0eaafa Binary files /dev/null and b/demo/voices/streaming_model/kr-Spk1_man.pt differ diff --git a/demo/voices/streaming_model/nl-Spk0_man.pt b/demo/voices/streaming_model/nl-Spk0_man.pt new file mode 100755 index 0000000..edeb893 Binary files /dev/null and b/demo/voices/streaming_model/nl-Spk0_man.pt differ diff --git a/demo/voices/streaming_model/nl-Spk1_woman.pt b/demo/voices/streaming_model/nl-Spk1_woman.pt new file mode 100755 index 0000000..5014702 Binary files /dev/null and b/demo/voices/streaming_model/nl-Spk1_woman.pt differ diff --git a/demo/voices/streaming_model/pl-Spk0_man.pt b/demo/voices/streaming_model/pl-Spk0_man.pt new file mode 100755 index 0000000..f81b24d Binary files /dev/null and b/demo/voices/streaming_model/pl-Spk0_man.pt differ diff --git a/demo/voices/streaming_model/pl-Spk1_woman.pt b/demo/voices/streaming_model/pl-Spk1_woman.pt new file mode 100755 index 0000000..a55ed5a Binary files /dev/null and b/demo/voices/streaming_model/pl-Spk1_woman.pt differ diff --git a/demo/voices/streaming_model/pt-Spk0_woman.pt b/demo/voices/streaming_model/pt-Spk0_woman.pt new file mode 100755 index 0000000..0316c77 Binary files /dev/null and b/demo/voices/streaming_model/pt-Spk0_woman.pt differ diff --git a/demo/voices/streaming_model/pt-Spk1_man.pt b/demo/voices/streaming_model/pt-Spk1_man.pt new file mode 100755 index 0000000..db7ca1b Binary files /dev/null and b/demo/voices/streaming_model/pt-Spk1_man.pt differ diff --git a/demo/voices/streaming_model/sp-Spk0_woman.pt b/demo/voices/streaming_model/sp-Spk0_woman.pt new file mode 100755 index 0000000..4b84fa2 Binary files /dev/null and b/demo/voices/streaming_model/sp-Spk0_woman.pt differ diff --git a/demo/voices/streaming_model/sp-Spk1_man.pt b/demo/voices/streaming_model/sp-Spk1_man.pt new file mode 100755 index 0000000..ec5698a Binary files /dev/null and b/demo/voices/streaming_model/sp-Spk1_man.pt differ