Skip to content

Commit

Permalink
Increase volume for text to speech (#99)
Browse files Browse the repository at this point in the history
  • Loading branch information
saanvibk authored Oct 21, 2023
1 parent 9e4d287 commit ebf0d68
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ class _NoteReadIconButtonState extends State<NoteReadIconButton> {
final flutterTts = FlutterTts()
..setLanguage("en-US")
..setSpeechRate(0.5)
..setVolume(1)
..setPitch(1.0);

@override
Expand Down

0 comments on commit ebf0d68

Please sign in to comment.