chipweinberger / flutter_pcm_sound

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

is there any plan for the audio device retrieval and selection? #13

Open jemisgoti opened 1 month ago

jemisgoti commented 1 month ago

Feature request!

if we have two additional methods for the audio device retrieval and selection, it will complete the user experience. Developers can show devices in settings and they can provide an option for the selection.

chipweinberger commented 1 month ago

sure open a PR and test it properly

chipweinberger commented 1 month ago

how is the PR coming along? any updates?

jemisgoti commented 1 month ago

I am working on that. It will take some time, but I have a very good proof of concept right now. First I am trying to figure out Solution for #12.