feat(tts): add speech rate support for text-to-speech generation

This commit is contained in:
cogwheel0
2025-11-03 00:44:24 +05:30
parent 1a570f4a08
commit 715849aff3
3 changed files with 17 additions and 3 deletions

View File

@@ -944,7 +944,7 @@ class AppCustomizationPage extends ConsumerWidget {
value: settings.ttsSpeechRate,
min: 0.25,
max: 2.0,
divisions: 7,
divisions: 35,
label: '${(settings.ttsSpeechRate * 100).round()}%',
onChanged: (value) => ref
.read(appSettingsProvider.notifier)