question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Changing audio input devices in a running meeting with Voice Focus activated

See original GitHub issue

We recently implemented VoiceFocusProvider to our meetings. Right now we’re encountering a problem which occurs when changing active audio input device with a new VoiceFocusTransformDevice during a running session.

If I take a look what selected device is returned after the change happens: const { selectedDevice } = useAudioInputs(); It shows the correct device we activated using meetingManager.startAudioInputDevice().

The problem is that the voice focus audio filtering does not work. It still lets through all the sounds it should be canceling. Can you please tak a look at this?

Have you reviewed our existing documentation?

Reproduction steps

  • active voice focus for a meeting
  • activate the microphone -> voice focus should be working as intended
  • change your audio input device with a different VoiceFocusTransformDevice
  • activate the microphone again and noises should still pass through the filter (clapping for example)

Amazon Chime SDK React Components Library version

3.2.0

What browsers are you seeing the problem on?

Chrome

Browser version

101.0.4951.64

Device Information

masOS 11.6.5

Browser console logs

collab-vf-logs.log

Issue Analytics

  • State:closed
  • Created a year ago
  • Comments:5 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
svrtelkacommented, Jun 16, 2022

When I start withc6222d6fb84a878ce63bd53ca85fa94efec8f578b0e25b5e0aca7e372748cfb5 it works fine. Swapping back to default does not help, there seems to be the issue in the swapping process itself.

I’ll try to replicate in the meeting demo and get back to you here with the results.

0reactions
xuesichaocommented, Jul 22, 2022

@svrtelka Close the issue due to inactivity. If you are still having this issue, please let us know so we can reopen it. Thank you!

Read more comments on GitHub >

github_iconTop Results From Across the Web

AmazonVoice_Focus | amazon-chime-sdk-js
To try it out, launch the demo with npm run start , choose “Web Audio” and “Use Echo Reduction (new meetings only)” on...
Read more >
Voice Focus selectedDevice is not updating when switching to ...
Audio devices updated and "default" device is selected. Reselecting input. Add any other context about the problem here. No response.
Read more >
Transforming audio and shared content in the Amazon Chime ...
On Windows, open Settings > System > Sound and choose your output device from the drop-down menu. A screenshot of the Windows sound...
Read more >
Audio Conferencing common questions - Microsoft Teams
The following are some of the top questions we get from our customers who want to use Audio Conferencing.
Read more >
Change your video and audio settings - Google Meet Help
Change the camera or video resolution · Camera—Select your camera device. If your camera is working, to the right of Video, you'll see...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found