-
Notifications
You must be signed in to change notification settings - Fork 114
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
Add remote track channelCount #3025
base: main
Are you sure you want to change the base?
Conversation
(Jan-Ivar's fiddle from meeting: https://jsfiddle.net/jib1/3Lh9zaxq/) |
<td> | ||
As a setting, this is the number of channels of the latest | ||
audio frame received, reflecting the number of | ||
{{RTCRtpCodec/channels}} that the decoder outputted. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Comment from Youenn: make this more clear that you MUST do what the decoder is capable of
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fix and simplify amendment description
@@ -15949,6 +15949,7 @@ <h4 id="x9-3-1-mediatracksupportedconstraints-mediatrackcapabilities-mediatrackc | |||
double rounded to the tenth decimal place. | |||
</td> | |||
</tr> | |||
<div id="remote-track-settings-channel-count"><!-- ammendment --></div> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
<div id="remote-track-settings-channel-count"><!-- ammendment --></div> |
not needed since it's an append
amendment
<div id="remote-track-settings-channel-count"> | ||
<tr id="def-constraint-channelCount"> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
<div id="remote-track-settings-channel-count"> | |
<tr id="def-constraint-channelCount"> | |
<tr id="def-constraint-channelCount"> |
{{RTCRtpCodec/channels}} that the decoder outputted. | ||
</td> | ||
</tr> | ||
</div> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
</div> |
@@ -1243,6 +1243,21 @@ | |||
] | |||
} | |||
], | |||
"remote-track-settings-channel-count": [ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"remote-track-settings-channel-count": [ | |
"def-constraint-channelCount": [ |
Fixes #3011
Preview | Diff