summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--internal/gui/generator.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/gui/generator.go b/internal/gui/generator.go
index 3f2f252..316cab8 100644
--- a/internal/gui/generator.go
+++ b/internal/gui/generator.go
@@ -112,7 +112,7 @@ func (a *Application) generateAudio(ctx context.Context, word string) (string, e
} else {
// Use defaults for first generation
voice = "alloy"
- speed = 0.98
+ speed = 1.0
}
// Update audio config with selected voice and speed