dlutton / flutter_tts

Flutter Text to Speech package
MIT License
606 stars 256 forks source link

[Android] Is it possible to adjust the volume while tts is speaking? #313

Open pastapareo opened 2 years ago

pastapareo commented 2 years ago

💬 Questions and Help

Currently, we have functionality to mute/unmute the voice. But we need to stop the tts engine first before setting the volume to 0 (mute) or 1 (unmute).

Is it possible to mute/unmute the voice while it is continuously speaking?

For iOS, i understand that it is not possible since changing the properties of a class AVSpeechUtterance after enqueuing to AVSpeechSynthesizer won't have any effect.

dlutton commented 2 years ago

@pastapareo unfortunately there isn't a way to do this that I'm aware of.

Badar25 commented 6 months ago

Any solution? its 2024 c'mon 😅 we must find a solution for this