From 308a5903e9fa032b10c86846089e2bb9c14c65a0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Henrik=20Bostr=C3=B6m?= Date: Tue, 26 Nov 2024 15:36:02 +0100 Subject: [PATCH 1/5] Add remote track channelCount --- amendments.json | 16 ++++++++++++++++ base-rec.html | 1 + webrtc.html | 15 +++++++++++++++ 3 files changed, 32 insertions(+) diff --git a/amendments.json b/amendments.json index 8aa3098a3..978a0c94c 100644 --- a/amendments.json +++ b/amendments.json @@ -1242,5 +1242,21 @@ "web-platform-tests/wpt#48361" ] } + ], + "remote-track-settings-channel-count": [ + { + "description": "Use Performance.timeOrigin + Performance.now() for stats timestamps", + "type": "addition", + "status": "candidate", + "difftype": "append", + "id": 51, + "pr": 3025, + "tests": [ + "webrtc/RTCRtpEncodingParameters-codec-opus-stereo.https.html" + ], + "testUpdates": [ + "web-platform-tests/wpt#48599" + ] + } ] } diff --git a/base-rec.html b/base-rec.html index 4c06e7f62..752a6a4ad 100644 --- a/base-rec.html +++ b/base-rec.html @@ -15948,6 +15948,7 @@

diff --git a/webrtc.html b/webrtc.html index bf901ce08..79f9cea2a 100644 --- a/webrtc.html +++ b/webrtc.html @@ -16583,6 +16583,21 @@

double rounded to the tenth decimal place. +
+ + + channelCount + + + {{ConstrainULong}} + + + 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. + + +

From 3579baa3104d41b776075e633ed1d41055a06c8a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Henrik=20Bostr=C3=B6m?= Date: Thu, 28 Nov 2024 15:24:15 +0100 Subject: [PATCH 2/5] Update description --- amendments.json | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/amendments.json b/amendments.json index f091820f2..f7db65352 100644 --- a/amendments.json +++ b/amendments.json @@ -1245,17 +1245,18 @@ ], "remote-track-settings-channel-count": [ { - "description": "Use Performance.timeOrigin + Performance.now() for stats timestamps", + "description": "Add channelCount to remote track settings", "type": "addition", "status": "candidate", "difftype": "append", - "id": 51, + "id": 52, "pr": 3025, "tests": [ "webrtc/RTCRtpEncodingParameters-codec-opus-stereo.https.html" ], "testUpdates": [ - "web-platform-tests/wpt#48599" + "web-platform-tests/wpt#48599", + "web-platform-tests/wpt#49392" ] } ] From 5d27f27eeb9bd9905c96b51c210b1fd1af7d96b1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Henrik=20Bostr=C3=B6m?= Date: Thu, 28 Nov 2024 15:32:17 +0100 Subject: [PATCH 3/5] data-tests --- webrtc.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webrtc.html b/webrtc.html index 15b043bad..4b50df8b9 100644 --- a/webrtc.html +++ b/webrtc.html @@ -16612,7 +16612,7 @@

- + channelCount From 7475848950e8cf3a430144de2337034f83ea9776 Mon Sep 17 00:00:00 2001 From: Dominique Hazael-Massieux Date: Fri, 17 Jan 2025 14:24:29 +0100 Subject: [PATCH 4/5] Fix amendments.json --- amendments.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/amendments.json b/amendments.json index 9436a02da..eb86eecac 100644 --- a/amendments.json +++ b/amendments.json @@ -1257,7 +1257,8 @@ "testUpdates": [ "web-platform-tests/wpt#48599", "web-platform-tests/wpt#49392" -======= + ] + }, "codec-match-without-level-id": [ { "description": "Two codecs are considered the same even if level-id is not", From 7eff351d1faa6bbd4e7f1621e40a63f45bbdd352 Mon Sep 17 00:00:00 2001 From: Dominique Hazael-Massieux Date: Fri, 17 Jan 2025 14:25:58 +0100 Subject: [PATCH 5/5] Fix amendments.json --- amendments.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/amendments.json b/amendments.json index eb86eecac..f9336ecf3 100644 --- a/amendments.json +++ b/amendments.json @@ -1258,7 +1258,8 @@ "web-platform-tests/wpt#48599", "web-platform-tests/wpt#49392" ] - }, + } + ], "codec-match-without-level-id": [ { "description": "Two codecs are considered the same even if level-id is not",