Add test for active processing of AudioBufferSourceNode
Test that when an AudioBufferSourceNode stops, the number of channels of its output changes (eventually) to 1 as required when a node is not actively processing anymore. Chrome already supports this notion (via |DisableOutputs()|), so we're just adding a test for this. Bug: 954545 Test: the-audiobuffersourcenode-interface/active-processing.https.html Change-Id: I4fab646df204720cc1efe2e3ae325e60cb22e49b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1643729 Commit-Queue: Raymond Toy <rtoy@chromium.org> Reviewed-by:Hongchan Choi <hongchan@chromium.org> Cr-Commit-Position: refs/heads/master@{#666013}
Showing
Please register or sign in to comment