From ebf0d68475053eebde5da39189fb349a81db53e5 Mon Sep 17 00:00:00 2001 From: saanvibk <90634648+saanvibk@users.noreply.github.com> Date: Sat, 21 Oct 2023 18:24:52 +0530 Subject: [PATCH] Increase volume for text to speech (#99) --- lib/features/notes/presentation/widgets/note_read_button.dart | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/features/notes/presentation/widgets/note_read_button.dart b/lib/features/notes/presentation/widgets/note_read_button.dart index f0fe39d8..33662bc0 100644 --- a/lib/features/notes/presentation/widgets/note_read_button.dart +++ b/lib/features/notes/presentation/widgets/note_read_button.dart @@ -16,6 +16,7 @@ class _NoteReadIconButtonState extends State { final flutterTts = FlutterTts() ..setLanguage("en-US") ..setSpeechRate(0.5) + ..setVolume(1) ..setPitch(1.0); @override