Enha: google-tts replay speed

This commit is contained in:
Grail Finder
2026-03-07 16:37:09 +03:00
parent 0f0c43f327
commit c5a24b2a3f
2 changed files with 10 additions and 2 deletions

View File

@@ -60,6 +60,7 @@ func NewOrator(log *slog.Logger, cfg *config.Config) Orator {
orator := &GoogleTranslateOrator{
logger: log,
speech: speech,
Speed: cfg.TTS_SPEED,
}
go orator.readroutine()
go orator.stoproutine()