Problem with set_on_audio_state_changed and set_on_volumechange #401
-
This is my code: void volumeChanged(int new_volume) { void setup() { When audio state is "Suspended". After I changed the volume, audio state is automatically change to "Started". Then it changes to "Suspended". This problem doesn't happen when audio state is "Started" |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
I don't see any problem here. |
Beta Was this translation helpful? Give feedback.
I don't see any problem here.
I guess the volume can only be changed in started state...