Updated some sane defaults

This commit is contained in:
2026-06-05 05:54:33 -04:00
parent b822dd1b7f
commit 280f4322b6
3 changed files with 6 additions and 6 deletions
+2 -2
View File
@@ -125,7 +125,7 @@ languages:
transcript_code: ja
tts_backend: edge-tts
tts_voice: ja-JP-NanamiNeural
tts_tempo: 1.35
tts_tempo: 1.15
decks: ["日本語"]
field: Back
word_model: ja_core_news_lg
@@ -135,7 +135,7 @@ languages:
transcript_code: es
tts_backend: edge-tts
tts_voice: es-ES-ElviraNeural
tts_tempo: 1.25
tts_tempo: 1
decks: ["Español"]
field: Back
word_model: es_core_news_sm
+2 -2
View File
@@ -22,7 +22,7 @@ languages:
jp:
name: japanese
transcript_code: ja
tts_tempo: 1.35
tts_tempo: 1.15
decks:
- 日本語
field: Back
@@ -60,7 +60,7 @@ languages:
es:
name: spanish
transcript_code: es
tts_tempo: 1.25
tts_tempo: 1
decks:
- Español
field: Back
+2 -2
View File
@@ -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",