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

Missing MediaTrackSettings.channelCount and a few #1290

Closed
compulim opened this issue Mar 14, 2022 · 3 comments
Closed

Missing MediaTrackSettings.channelCount and a few #1290

compulim opened this issue Mar 14, 2022 · 3 comments

Comments

@compulim
Copy link

From #1029, there are a few removed.

  • MediaTrackSettings
    • Added: restrictOwnAudio
    • Removed: autoGainControl, channelCount, latency, noiseSuppression, resizeMode

Comparing to the Media Capture and Streams spec, these are in the Candidate Recommendation Draft:

  • boolean autoGainControl
  • long channelCount
  • double latency
  • boolean noiseSuppression
  • DOMString resizeMode of either none or crop-and-scale

Should we add them back?

Side note, restrictOwnAudio is from the Screen Capture spec.

Another side note, there was a discussion #286 about some of them, that thread is 4.5 years old.

@HolgerJeromin
Copy link
Contributor

HolgerJeromin commented Mar 14, 2022

https://developer.mozilla.org/en-US/docs/Web/API/MediaTrackSettings/autoGainControl#browser_compatibility
This has only chromium support (removed in firefox 55 ) I got bitten by the new design

@HolgerJeromin
Copy link
Contributor

autoGainControl was readded in ts4.5 #1143

resizeMode has only chromium support.
Every API needs at least two implementing engines to be added here...

@compulim
Copy link
Author

Thanks @HolgerJeromin for clarifying. I was not aware of the "two implementing engines" requirement.

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

2 participants