fix: correct speaker IDs, add male voices (Aoyama, Kurono)

This commit is contained in:
posimai 2026-03-23 00:48:12 +09:00
parent 26f7bef6c9
commit 8b88340045
1 changed files with 4 additions and 1 deletions

View File

@ -458,8 +458,11 @@
<div class="settings-item-label">音声キャラクターVOICEVOX</div> <div class="settings-item-label">音声キャラクターVOICEVOX</div>
<div class="brief-seg-group" id="speakerGroup"> <div class="brief-seg-group" id="speakerGroup">
<button class="brief-seg-btn active" data-speaker="1">ずんだもん</button> <button class="brief-seg-btn active" data-speaker="1">ずんだもん</button>
<button class="brief-seg-btn" data-speaker="3">春日部つむぎ</button> <button class="brief-seg-btn" data-speaker="8">春日部つむぎ</button>
<button class="brief-seg-btn" data-speaker="2">四国めたん</button> <button class="brief-seg-btn" data-speaker="2">四国めたん</button>
<button class="brief-seg-btn" data-speaker="13">青山龍星</button>
<button class="brief-seg-btn" data-speaker="84">青山(しっとり)</button>
<button class="brief-seg-btn" data-speaker="11">玄野武宏</button>
</div> </div>
</div> </div>
</div> </div>