Closed lucasdidur closed 1 week ago
You can use now
FlutterTts flutterTts = FlutterTts(); // Use Navigation channel (ex Android Auto GPS) await flutterTts.setAudioAttributesForNavigation(); // Request audio focus (others apps get volume down when speaking) await flutterTts.speak(text, focus: true);
@lucasdidur thanks for this PR. I'm assuming this is only for Android. Do you mind updating the README and then I'll go ahead and merge it in.
You can use now