feat: add Edge TTS rate/pitch sliders to voice settings (#629)
Add speed (rate) and pitch controls for Edge TTS provider: - Frontend: speedToEdgeRate()/hzToEdgePitch() helpers + UI sliders - Backend: rate/pitch passthrough in OpenaiTtsRequest and controller - i18n: add edgeRate/edgePitch keys across all 8 languages - Rate: 0.5x-2.0x slider, Pitch: -20Hz to +20Hz slider
This commit is contained in:
@@ -630,6 +630,11 @@ export default {
|
||||
edgeUrlPlaceholder: 'http://127.0.0.1:9882',
|
||||
edgeVoice: '音色',
|
||||
edgeVoiceHint: '音声合成に使用する音色を選択',
|
||||
edgeRate: '速度',
|
||||
edgeRateHint: '音声の速度を調整(0.5~2.0倍)',
|
||||
edgePitch: 'ピッチ',
|
||||
edgePitchHint: '音声のピッチを調整(-20~+20 Hz)',
|
||||
|
||||
|
||||
// Test
|
||||
testTitle: '音声テスト',
|
||||
|
||||
Reference in New Issue
Block a user