0
2

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

音声合成のVibeVoice-Realtime-0.5Bやーる(macOS、Python3.12)

0
Last updated at Posted at 2025-12-08

はじめに

音声合成のVibeVoice-Realtime-0.5Bをやっていきます

開発環境

  • MacBook Air M1, 2020
  • Python 3.12

導入

Colabはここにあります

実行結果はこちら

こちらのサンプルコードが参考になります
https://github.com/microsoft/VibeVoice/blob/main/demo/vibevoice_realtime_demo.py

クローンして、実行してみましょう

git clone https://github.com/microsoft/VibeVoice.git
cd VibeVoice
pip install -e .
python demo/vibevoice_realtime_demo.py --model_path microsoft/VibeVoice-Realtime-0.5B --device mps

http://0.0.0.0:3000/ にアクセス

konnichiwa watashi no namae wa gachimoto desu.を入力してStart

4秒くらいで生成できました。生成中は音が途切れます。

ダウンロードしたwavは問題なさそうです。

お疲れ様でした。

0
2
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
2

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?