summaryrefslogtreecommitdiff
path: root/extra/tts.go
diff options
context:
space:
mode:
authorGrail Finder <wohilas@gmail.com>2026-03-07 16:37:09 +0300
committerGrail Finder <wohilas@gmail.com>2026-03-07 16:37:09 +0300
commitc5a24b2a3f30fe60888702b09e409647616c18d0 (patch)
tree649684f4545fc053fe8d9cd3df986189946c6d90 /extra/tts.go
parent0f0c43f32701c314e2472ef1f9a1ec8a68ab0d1a (diff)
Enha: google-tts replay speed
Diffstat (limited to 'extra/tts.go')
-rw-r--r--extra/tts.go1
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()