Re: [mediacapture-main] Specification to capture unmodified audio (#457)

I never liked the notion of having a constraint that influenced the default values of other constraints.

https://github.com/w3c/mst-content-hint/pull/31 aims to address https://github.com/w3c/mst-content-hint/issues/28 by making [contentHint](https://w3c.github.io/mst-content-hint/#dom-mediastreamtrack-contenthint) a normative mechanism to set the default values of constrainable audio properties.

In other words:
```js
track.contentHint = "music"
```
would normatively default all speech-focused constrainable audio processing properties to off.

This also offers a framework for defining future audio constraints and their defaults.

I vote we close this issue in favor of https://github.com/w3c/mst-content-hint/issues/28.

-- 
GitHub Notification of comment by jan-ivar
Please view or discuss this issue at https://github.com/w3c/mediacapture-main/issues/457#issuecomment-553693340 using your GitHub account

Received on Thursday, 14 November 2019 02:20:18 UTC