-
Notifications
You must be signed in to change notification settings - Fork 118
Add remote track channelCount #3025
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
base: main
Are you sure you want to change the base?
Changes from 5 commits
308a590
9cde211
3579baa
5d27f27
c4a49af
7475848
7eff351
20dbf35
61999b9
becc7a3
57dbd50
135f52e
7f3c5eb
3e03beb
577d9cb
ced7c79
953516d
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16677,6 +16677,21 @@ <h4> | |
double rounded to the tenth decimal place. | ||
</td> | ||
</tr> | ||
<div id="remote-track-settings-channel-count"> | ||
<tr id="def-constraint-channelCount"> | ||
henbos marked this conversation as resolved.
Show resolved
Hide resolved
|
||
<th data-tests="RTCRtpEncodingParameters-codec-opus-stereo.https.html"> | ||
channelCount | ||
</th> | ||
<td> | ||
{{ConstrainULong}} | ||
</td> | ||
<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 commentThe 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 commentThe reason will be displayed to describe this comment to others. Learn more. Also to refresh our memories about the conclusion: we have go-ahead to return 2 here and as per discussion, saying MUST here was preferred. I updated this sentence to say "A stereo capable decoder MUST produce stereo and return the value 2. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. The WPT also reflects the "always do stereo on the receiving track" decision. |
||
</td> | ||
</tr> | ||
</div> | ||
henbos marked this conversation as resolved.
Show resolved
Hide resolved
|
||
</tbody> | ||
</table> | ||
<p class="no-test-needed"> | ||
|
Uh oh!
There was an error while loading. Please reload this page.