mikeperri / flutter_sequencer

A Flutter plugin for music sequencing.
Other
90 stars 38 forks source link

AndroidEngine update for detecting sound output change #29

Open postacik opened 2 years ago

postacik commented 2 years ago

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.