chipweinberger / flutter_pcm_sound

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

background audio in ios fix #7

Closed wsievern closed 10 months ago

wsievern commented 10 months ago

enable continuous audio playback in the background for iOS devices

chipweinberger commented 10 months ago

nice!

But this should be an option during setup.

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

wsievern commented 10 months ago

ok, will adjust

wsievern commented 10 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 10 months ago

looks good! thanks!!