nstudio / nativescript-audio

:microphone: NativeScript plugin to record and play audio :musical_note:
Other
150 stars 104 forks source link

Request: Audio Media Sessions with background controls (like Spotify) #82

Open miguelcanot opened 7 years ago

miguelcanot commented 7 years ago

Hello,

I'm using this plugin and work great, but i like to see the audio player control in notification bar, can this to be possible?

bradmartin commented 7 years ago

The current state of the plugin does not handle media sessions in the background (similar to Spotify or other music services). This is possible in terms of NativeScript and the base of this plugin but it would require a lot more work to get it fully implemented on android & ios. If anyone ever wants to contribute, PRs are always welcome 😄 it's just going to be a very time consuming task IMO.

miguelcanot commented 7 years ago

Ok, thanks.