Far-Se / win32audio

Flutter package to handle windows audio devices. Also extracts native icon to bytes in dart
MIT License
16 stars 5 forks source link

[Request] Add the ability to change default speaker without modifying the communication ones #1

Closed greggameplayer closed 2 years ago

greggameplayer commented 2 years ago

It would be great, if there will be the ability to change default speaker without modifying the communication ones because currently it removes the previous communication speaker chosen.

Far-Se commented 2 years ago

I do not understand, what communication ones? There are output(playback) devices and input(recording) devices. When you switch output the microphone cuts?

greggameplayer commented 2 years ago

on windows like you can see on my screenshot : image

there are two types of playback devices to select, the default one (multimedia) and the communication one (which is optional but really useful when you want to fine tune sound with the arctis 5 headset for example with the knob )

Far-Se commented 2 years ago

Oh, I see, thanks for reporting, I've found the issue as well: image

I will update the function to specify what type you want to change, i will update it today.

Thanks for reporting!

Edit: I've updated the pub to 1.2.0 and git as well.