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

cannot produce any sound #4

Closed aqualaguna closed 3 years ago

aqualaguna commented 3 years ago

i run the example but no sound whatsoever. phone : Xiaomi 9t pro. android 10.

aqualaguna commented 3 years ago

no error on logcat. only debug line.

D/AudioTrack( 4542): stop(4781): called with 19584 frames delivered
D/AudioTrack( 4542): stop(sessionID=20153)
aqualaguna commented 3 years ago

wow wait... it made sound after i connect to my bluetooth headphone. wth?

aqualaguna commented 3 years ago

alright my bad there is no sound because the volume master for notification is turned to 0. you should add to readme this problem. :) so my bad.