flutter_sequencer
flutter_sequencer copied to clipboard
AndroidEngine update for detecting sound output change
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.