Private
Public Access
1
0

v を更新

2026-01-01 13:50:09 +00:00
parent 27c73ffa79
commit 88460de63f

22
v.md

@@ -2,6 +2,22 @@
ai.v project ai.v project
- voice: https://github.com/VOICEVOX/voicevox_engine ## voice
- vmc:
- claude: https://github.com/VOICEVOX/voicevox_engine
```json
{
"speaker": 0,
"speedScale": 1.0,
"pitchScale": 0.08,
"intonationScale": 1.0,
"volumeScale": 1.0,
"prePhonemeLength": 0.1,
"postPhonemeLength": 0.1,
"pauseLengthScale": 1.0,
"outputSamplingRate": 24000,
"outputStereo": false
}
```