- generate_voices.py: scan /config/speakers and /voices recursively, support .ogg and .m4a (M4A auto-converted via ffmpeg), sanitise voice IDs - auto_transcribe.py: scan both host paths recursively, support all formats, use parakeet-asr on port 8010 - docker-compose.yml: mount /home/sparky/Projekte/TTS_Voices/speakers as /voices, add faster-qwen3-tts-voicedesign service on port 8021 - run_voicedesign_server.py: OpenAI-compatible server for VoiceDesign model - voicedesign_voices.json: 8 British/German VoiceDesign voices Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
35 lines
1.5 KiB
JSON
35 lines
1.5 KiB
JSON
{
|
|
"vd_british_male": {
|
|
"instruct": "A native British English male speaker with received pronunciation (RP) accent, clear articulation, calm and authoritative tone",
|
|
"language": "English"
|
|
},
|
|
"vd_british_female": {
|
|
"instruct": "A native British English female speaker with received pronunciation (RP) accent, warm and clearly articulated",
|
|
"language": "English"
|
|
},
|
|
"vd_british_male_casual": {
|
|
"instruct": "A young British English male speaker with a natural conversational RP accent, friendly and relaxed",
|
|
"language": "English"
|
|
},
|
|
"vd_british_female_warm": {
|
|
"instruct": "A middle-aged British English female speaker, warm southern English accent, gentle and expressive",
|
|
"language": "English"
|
|
},
|
|
"vd_german_male": {
|
|
"instruct": "A native German male speaker with standard Hochdeutsch pronunciation, clear articulation, no foreign accent, professional tone",
|
|
"language": "German"
|
|
},
|
|
"vd_german_female": {
|
|
"instruct": "A native German female speaker with standard Hochdeutsch pronunciation, warm and natural, no foreign accent",
|
|
"language": "German"
|
|
},
|
|
"vd_german_male_casual": {
|
|
"instruct": "A young native German male speaker, natural conversational Hochdeutsch, friendly and relaxed, no foreign accent",
|
|
"language": "German"
|
|
},
|
|
"vd_german_female_warm": {
|
|
"instruct": "A middle-aged native German female speaker, warm Hochdeutsch, expressive and clear, no foreign accent",
|
|
"language": "German"
|
|
}
|
|
}
|