flutter_sequencer icon indicating copy to clipboard operation
flutter_sequencer copied to clipboard

AndroidEngine update for detecting sound output change

Open postacik opened this issue 3 years ago • 0 comments

When the user changes the audio device on Android (plugs in a headphone or connects a bluetooth earbud), AndroidEngine class that uses oboe library does not refresh itself and sound output of the application is lost.

This change makes the library to react to audio device changes.

postacik avatar Jan 30 '22 20:01 postacik