mirror of
https://github.com/servo/servo.git
synced 2025-07-22 23:03:42 +01:00
Add createBiquadFilter()
This commit is contained in:
parent
1be41686d3
commit
bb61487d8f
15 changed files with 90 additions and 26 deletions
|
@ -348,7 +348,7 @@ impl BaseAudioContextMethods for BaseAudioContext {
|
|||
|
||||
/// https://webaudio.github.io/web-audio-api/#dom-baseaudiocontext-createbiquadfilter
|
||||
fn CreateBiquadFilter(&self) -> Fallible<DomRoot<BiquadFilterNode>> {
|
||||
BiquadFilterNode::new(&self.global().as_window(), &self, &BiquadFilter::empty())
|
||||
BiquadFilterNode::new(&self.global().as_window(), &self, &BiquadFilterOptions::empty())
|
||||
}
|
||||
|
||||
/// https://webaudio.github.io/web-audio-api/#dom-baseaudiocontext-createchannelmerger
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue