trietho / flutter_beep

A very lite module to play system sounds and beep for flutter apps (no sound files)
BSD 3-Clause "New" or "Revised" License
17 stars 31 forks source link

Some sounds not stopping #3

Open onatcipli opened 3 years ago

onatcipli commented 3 years ago

Some of the sounds are calling again and again

LOW and HIGH ones for example

              FlutterBeep.playSysSound(
                  AndroidSoundIDs.TONE_CDMA_LOW_PBX_SS);