ixsans / text_to_speech

A Flutter plugin provides TTS (Text-To-Speech) Service
BSD 3-Clause "New" or "Revised" License
16 stars 22 forks source link

Resume music playback after utterance #7

Open Wackymax opened 2 years ago

Wackymax commented 2 years ago

Hi,

Would it be possible to add support for some flag to be set that configures the behaviour of tts when interacting with other audible apps like music playing in the background? Specifically I would like to have the tts to play over music but not stop music completely when it is playing. Here is a stackoverflow solution for iOS that is an example of what I am trying to do:

https://stackoverflow.com/questions/45330499/use-avspeechsynthesizer-in-background-without-stopping-f-e-music-app