-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
RTC EchoCancellation does not work #60
Comments
…0 (comment)) to remove echo problem.
did this actually work for you? Commenting that out doesn't change the sample rate, it's set to the default in declaration on non-ios platforms |
@c4zhutia Did you find the solution? I tried all the above solutions, but the echo cancellation still doesn’t work on my side. |
we are working on adding echo cancellation to this. It'll be added to the Rust SDK via this PR, and the options will be enabled thereafter. |
@davidzhao Hi. I noticed that this PR has been merged. When will it be applied to the |
Hello,
I have an agent and a participant in the room, and the participant can talk to the agent and the agent will talk back to the participant. However, if a participant is using speaker inside of earphone, the voice of agent will be recorded by microphone and send the voice to agent back. Once the agent hear the voice, it will stop current conversation and instantly talk back to the participant. This kind of ping-pong situation makes my app totally unusable.
I have checked that the newAudioSource.Options.EchoCancellation is set to true. It seems like it does not work.
The text was updated successfully, but these errors were encountered: