diff options
Diffstat (limited to 'extra/tts.go')
| -rw-r--r-- | extra/tts.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/extra/tts.go b/extra/tts.go index 80085ab..2ddb0ae 100644 --- a/extra/tts.go +++ b/extra/tts.go @@ -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() |
