chipweinberger / flutter_pcm_sound

A flutter plugin for playing raw PCM audio data (16-bit integer)
Other
10 stars 6 forks source link

background audio in ios fix #7

Closed wsievern closed 5 months ago

wsievern commented 5 months ago

enable continuous audio playback in the background for iOS devices

chipweinberger commented 5 months ago

nice!

But this should be an option during setup.

In my app, I don't want background audio.

wsievern commented 5 months ago

ok, will adjust

wsievern commented 5 months ago

hey chip,

I tested compatibility on macOS, android, and iOS with dart_melty_soundfont playing back MIDI files. background audio in Android didn't require any changes for me

chipweinberger commented 5 months ago

looks good! thanks!!