Skip to content

Create a tone, play it back and record it simultaneously #2619

Answered by Adazus
Adazus asked this question in Q&A
Discussion options

You must be logged in to vote

Hello together,
in the meantime, I have received help at slack.com.
The issue is that when using:
getUserMedia({audio: true})
audio-pre-processing is standardly activated.
To switch off pre-processing you can use:
getUserMedia({audio: {autoGainControl: false, echoCancellation: false, noiseSuppression: false} })
BR Adazus

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by mjwilson-google
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #2618 on January 03, 2025 18:59.