mirror of
https://github.com/DrewThomasson/ebook2audiobook.git
synced 2026-01-10 06:18:02 -05:00
...
This commit is contained in:
@@ -12,6 +12,12 @@ TTS_ENGINES = {
|
||||
"YOURTTS": "yourtts"
|
||||
}
|
||||
|
||||
TTS_SML = {
|
||||
"break": "‡break‡",
|
||||
"pause": "‡pause‡"
|
||||
}
|
||||
|
||||
|
||||
TTS_VOICE_CONVERSION = {
|
||||
"freevc24": "voice_conversion_models/multilingual/vctk/freevc24",
|
||||
"knnvc": "voice_conversion_models/multilingual/multi-dataset/knnvc",
|
||||
@@ -19,11 +25,6 @@ TTS_VOICE_CONVERSION = {
|
||||
"openvoice_v2": "voice_conversion_models/multilingual/multi-dataset/openvoice_v2"
|
||||
}
|
||||
|
||||
TTS_SML = {
|
||||
"break": "‡break‡",
|
||||
"pause": "‡pause‡"
|
||||
}
|
||||
|
||||
default_tts_engine = TTS_ENGINES['XTTSv2']
|
||||
default_vc_model = TTS_VOICE_CONVERSION['knnvc']
|
||||
default_voice_detection_model = 'drewThomasson/segmentation'
|
||||
|
||||
Reference in New Issue
Block a user