Skip to content
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

echo sound when allowing access for camera inbuilt mic in camera #95

Open
panchotiya opened this issue Sep 12, 2013 · 3 comments
Open

Comments

@panchotiya
Copy link

Dear Mauz-khan,
when i start video conferencing it creates lots of echo sound , I am using meeting.js. I want to generate manually generate set up new meeting that time there us very echo sound in my sound system.
Thanks in advance

@muaz-khan
Copy link
Owner

It seems that echo cancellation is accidentally disabled in latest canary/dev builds (since last few weeks). Did you try stable M28?

You can find many tutorials on the web regarding echo scenarios and solutions.

It is said that echo occurs when sound from the speakers is picked up by the audio input devices i.e.microphones. You need to place both devices away from each other.

People usually suggest to mute participants's audio while they're idle. Remember, voice-activity-detection is "already" enabled by default on chrome. RTP packets are streamed accordingly. So, there are less chances of echo in such scenario.

You either need to install echo cancellation software according to your platform and devices; or try to use microphone/headphone.

I wrote about echo here; however, there is no concrete solution:

https://www.webrtc-experiment.com/docs/echo-cancellation.html

@panchotiya
Copy link
Author

Thanks for your replay , I really appreciate your answer.

On Tue, Sep 17, 2013 at 9:31 AM, Muaz Khan notifications@github.com wrote:

It seems that echo cancellation is accidentally disabled in latest
canary/dev builds (since last few weeks). Did you try stable M28?

You can find many tutorials on the web regarding echo scenarios and
solutions.

It is said that echo occurs when sound from the speakers is picked up by
the audio input devices i.e.microphones. You need to place both devices
away from each other.

People usually suggest to mute participants's audio while they're idle.
Remember, voice-activity-detection is "already" enabled by default on
chrome. RTP packets are streamed accordingly. So, there are less chances of
echo in such scenario.

You either need to install echo cancellation software according to your
platform and devices; or try to use microphone/headphone.

I wrote about echo here; however, there is no concrete solution:

https://www.webrtc-experiment.com/docs/echo-cancellation.html


Reply to this email directly or view it on GitHubhttps://github.com//issues/95#issuecomment-24562690
.

regards
Vipul Panchotiya
mo-94294 70559
*
*

@mudcube
Copy link

mudcube commented Apr 30, 2014

I wonder whether the echoCancelation MediaTrack constraint would do the job? There doesn't seem to be much information online about it, but it seems to exist at least in theory.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants