It's working fine on android and iOS simulator, however when using an iOS Device(Iphone), the audio does not play at all.
Asked
Active
Viewed 560 times
2
-
Hi, have a look at this [this](https://forums.xamarin.com/discussion/50700/systemsound-playsystemsound-works-on-emulator-but-not-on-device), if this be helpful let me know.Or you can show code about it , I will check it. – Junior Jiang Sep 05 '19 at 03:06
-
It seems impossible to circumvent the silent mode, but you can detect it and notify the user about text-to-speech not working when the silent switch is on. See [this answer](https://stackoverflow.com/a/67326679/1014048). – Ivan Mir Apr 30 '21 at 00:30
1 Answers
2
For the TextToSpeech
to work properly on the Device the Ringer (button on the left side hand) needs to be turned On.
The Speech synthesizer in iOS is controlled by the ringer volume, not the media volume.
Hope this helps.-

pinedax
- 9,246
- 2
- 23
- 30