bluefireteam / audioplayers

A Flutter package to play multiple audio files simultaneously (Android/iOS/web/Linux/Windows/macOS)
https://pub.dartlang.org/packages/audioplayers
MIT License
1.98k stars 843 forks source link

AudioContext attribute for Desktop (Linux, Windows, Mac) #1837

Open DenisMrGnusa opened 3 weeks ago

DenisMrGnusa commented 3 weeks ago

Checklist

Use case / Problem

I need a plugin to pause or stop running tracks as well as microphone input in linux.

Proposal / Solution

First of all, thank you so much for the amazing plugin! It’s been really helpful for me, and I truly appreciate all the effort behind it.

I was just wondering, would it be possible to add an AudioContext attribute specifically for desktop platform settings? Maybe something like AudioContextLinux, AudioContextWindows, or AudioContextMacOS.

Thank you

Affected platforms

Linux