brunocroh / bolhadev.chat

A free platform for Brazilian developers to improve their English skills.
https://bolhadev.chat
183 stars 19 forks source link

Set Output Device #5

Closed birobirobiro closed 3 months ago

birobirobiro commented 3 months ago

Create another option to select output device image

Like Google Meet example image

brunocroh commented 3 months ago

Is the idea to change the way inputs are appearing? Or something else? I don't know if I understand it well, sorry.

birobirobiro commented 3 months ago

Is the idea to change the way inputs are appearing? Or something else? I don't know if I understand it well, sorry.

That's right! Change the audio output device, as it can happen on Linux or Windows systems that even if the default device is selected, the sound will come out on another device. Therefore, it would be good to have another select option to change

Jackson-Vieira commented 3 months ago

I started this feature in a separate branch along with some specific changes to the styles of the select element. currently am refactoring some parts of my implementation to make the PR.

https://github.com/Jackson-Vieira/bolhadev.chat/tree/feature/set-output-device

brunocroh commented 3 months ago

So, on my side, I have all my devices listed.

Screenshot 2024-05-30 at 10 07 17

Is it not happening to you @birobirobiro ?

Could you give more details about OS, and browser? What happens if you refresh the page and try again?

birobirobiro commented 3 months ago

So, on my side, I have all my devices listed.

Screenshot 2024-05-30 at 10 07 17

Is it not happening to you @birobirobiro ?

Could you give more details about OS, and browser?

What happens if you refresh the page and try again?

Yes, it appears! But this is the Input (microphones) I'm saying in relation to the Output (headphones, speakers). Have the option to also select the output device. It's not a bug, it's a feature.

brunocroh commented 3 months ago

Ah, I get it now, sorry.

If you need help, let me know @Jackson-Vieira