Commit Graph

3 Commits

Author SHA1 Message Date
Sam Atkins
f558bdac93 Tests: Re-enable audionode-disconnect tests
The `OfflineAudioContext::start_rendering()` method was implemented in
2026-01-09 14:18:48 +00:00
Ben Eidson
3aff12bbab LibWeb/WebAudio: Implement AudioNode::disconnect()
Destubs AudioNode::disconnect() and its related overloads.

Ensures that inverse connections are properly removed
when disconnecting AudioNodeConnections. Adds associated
WPT but skips them for now because they rely on
OfflineRenderContext::start_rendering to be fully implemented.
2025-07-09 17:52:06 -06:00
Tim Ledbetter
2edd0812ca LibWeb: Validate AudioNode::connect() input and output arguments 2025-01-09 11:34:38 +00:00