chipweinberger / flutter_pcm_sound

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

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

Open jemisgoti opened 6 months ago

jemisgoti commented 6 months 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 6 months ago

sure open a PR and test it properly

chipweinberger commented 5 months ago

how is the PR coming along? any updates?

jemisgoti commented 5 months 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.