ryanheise / audio_service

Flutter plugin to play audio in the background while the screen is off.
798 stars 481 forks source link

Uint8List support for arturi #1085

Open HadiWannous opened 2 months ago

HadiWannous commented 2 months ago

Feature proposal

i need the mediaItem support for uint8list as audio artwork...there is no working way to parse it in uri form

Motivating use case(s)

supporting fetched data from audio file to make the artwork appear in the notification

ryanheise commented 2 months ago

You can write the data to a file and then use a file URI.