From 5520a9eb5089d8441718162452848159ed51ffca Mon Sep 17 00:00:00 2001 From: Daniel Adams <70986246+msub2@users.noreply.github.com> Date: Sun, 11 Aug 2024 14:27:54 -1000 Subject: webaudio: Implement IIRFilterNode (#33001) * Basic IIRFIlterNode bindings Signed-off-by: Daniel Adams * Add constructor to BaseAudioContext Signed-off-by: Daniel Adams * Update IDL and use statements Signed-off-by: Daniel Adams * Update non-crashing test expectations Signed-off-by: Daniel Adams * Tidy Signed-off-by: Daniel Adams * Add missing spec link Signed-off-by: Daniel Adams * Optimize error checks Signed-off-by: Daniel Adams * Pass context channel count to servo-media Signed-off-by: Daniel Adams * Update test expectations Signed-off-by: Daniel Adams * Update legacy expectations Signed-off-by: Daniel Adams * Add IIRFilterNode in interfaces.html Signed-off-by: Daniel Adams * Update MANIFEST Signed-off-by: Daniel Adams --------- Signed-off-by: Daniel Adams --- components/script/dom/mod.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'components/script/dom/mod.rs') diff --git a/components/script/dom/mod.rs b/components/script/dom/mod.rs index 083c16608ef..2f74d04f8b3 100644 --- a/components/script/dom/mod.rs +++ b/components/script/dom/mod.rs @@ -440,6 +440,7 @@ pub mod htmlulistelement; pub mod htmlunknownelement; pub mod htmlvideoelement; pub mod identityhub; +pub mod iirfilternode; pub mod imagebitmap; pub mod imagedata; pub mod inputevent; -- cgit v1.2.3