Updated some sane defaults
This commit is contained in:
+2
-2
@@ -32,7 +32,7 @@ DEFAULT_CONFIG: dict[str, Any] = {
|
||||
"transcript_code": "ja",
|
||||
"tts_backend": "edge-tts",
|
||||
"tts_voice": "ja-JP-NanamiNeural",
|
||||
"tts_tempo": 1.35,
|
||||
"tts_tempo": 1.15,
|
||||
"decks": ["日本語"],
|
||||
"word_model": "ja_core_news_lg",
|
||||
"field": "Back",
|
||||
@@ -43,7 +43,7 @@ DEFAULT_CONFIG: dict[str, Any] = {
|
||||
"transcript_code": "es",
|
||||
"tts_backend": "edge-tts",
|
||||
"tts_voice": "es-ES-ElviraNeural",
|
||||
"tts_tempo": 1.25,
|
||||
"tts_tempo": 1,
|
||||
"decks": ["Español"],
|
||||
"word_model": "es_core_news_sm",
|
||||
"field": "Back",
|
||||
|
||||
Reference in New Issue
Block a user