Add transcript for Shadowheart preset (transcribed via whisper-medium)
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -13,13 +13,13 @@ except ImportError:
|
|||||||
# Each entry: (url, transcript)
|
# Each entry: (url, transcript)
|
||||||
# transcript="" means run ref_audio through a Whisper node and connect to ref_text
|
# transcript="" means run ref_audio through a Whisper node and connect to ref_text
|
||||||
PRESETS = {
|
PRESETS = {
|
||||||
"Nature – female, warm (F5-TTS ref)": (
|
"Nature – male, warm (F5-TTS ref)": (
|
||||||
"https://raw.githubusercontent.com/SWivid/F5-TTS/main/src/f5_tts/infer/examples/basic/basic_ref_en.wav",
|
"https://raw.githubusercontent.com/SWivid/F5-TTS/main/src/f5_tts/infer/examples/basic/basic_ref_en.wav",
|
||||||
"Some call me nature, others call me mother nature.",
|
"Some call me nature, others call me mother nature.",
|
||||||
),
|
),
|
||||||
"Shadowheart – female, expressive (Chatterbox ref)": (
|
"Shadowheart – female, expressive (Chatterbox ref)": (
|
||||||
"https://storage.googleapis.com/chatterbox-demo-samples/prompts/female_shadowheart4.flac",
|
"https://storage.googleapis.com/chatterbox-demo-samples/prompts/female_shadowheart4.flac",
|
||||||
"", # run ref_audio → Whisper → ref_text to fill this
|
"That place in the distance, it's huge and dedicated to Lady Shar. It can only mean one thing. I have a hidden place close to the cloister where night orchids bloom.",
|
||||||
),
|
),
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user