chipweinberger / flutter_pcm_sound

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

Can we set as default IOS media player? #10

Open kamxy opened 3 months ago

kamxy commented 3 months ago

Thank you for your efforts, it is a very nice package. I use it with pleasure. But can we set it as a default IOS media player on lock screen? like that

IMG_4897

chipweinberger commented 3 months ago

yes I think so

with IosAudioCategory.playback

kamxy commented 3 months ago

yes I think so

with IosAudioCategory.playback

Unfortunately it doesn't work like that. This media player does not appear when you press play after making the setup like this.

kamxy commented 3 months ago

Do you have any ideas?

mert-akan commented 2 months ago

does not seem to be working on the example app too, when that is enabled. can you maybe give it a try as well and see if it is actually not working or am I missing something? @chipweinberger

thanks in advance!