VOICEBOX導入

概要

  • テキスト音声合成ソフトウェア「VOICEVOX」の導入方法やプロンプトについてまとめます。

導入

  • https://voicevox.hiroshiba.jp/how_to_use/

Prompt

WindowsコマンドプロンプトからVOICEBOXで音声を作る。

  • https://note.com/aoi68k/n/n0ale26ed39f4
chcp 65001
echo "こんにちは、音声合成の世界へようこそ">text.txt
curl -s-X POST"http://127.0.0.1:50021/audio_query_from_preset?preset_id=-gel-data-urlencode text@text.txt > query.json
curl -s-H "Content-Type: application/json"-X POST-d @query.json"127.0.0.1:50021/synthesis? speaker=48">audio.wav

WindowsでVOICEVOXのサーバー (エンジン) を起動し、ローカルネットワークに存在する端末から音声合成のコマンドを実行し再生する。

  • https://qiita.com/yamanohappa/items/b75d069e3cb0708d8709

GPTS×VOICEVOXで推しキャラが毎回違う内容で話しかけてくれるアラーム

  • https://note.com/yuki_tech/n/n07261c754c03