[Bug 15747] Echo cancellation API

https://www.w3.org/Bugs/Public/show_bug.cgi?id=15747

--- Comment #4 from Timothy B. Terriberry <tterribe@vt.edu> 2012-01-30 07:32:43 UTC ---
(In reply to comment #3)
> One could move it to the track(s) instead.  I'm not sure the added granularity
> is worth the added complexity; especially as this is the "override the default
> handling" knob.  The usecase for this would be multiple audio inputs in a

The other argument for putting it on a LocalMediaStream is that this makes it
specific to something that gets handed back by getUserMedia(), which is I think
the only place we want to expose this knob. You could make a
LocalAudioMediaStreamTrack that extends AudioMediaStreamTrack as well, but it's
not as clear that that's what you'd find in the audioTracks list on a
LocalMediaStream (i.e., I don't think you can express that in the IDL).

-- 
Configure bugmail: https://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
You are the assignee for the bug.

Received on Monday, 30 January 2012 07:33:01 UTC