aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/webidls/BaseAudioContext.webidl
Commit message (Collapse)AuthorAgeFilesLines
* script: Move code generation and webidl files to new script_bindings crate. ↵Josh Matthews2025-01-241-55/+0
| | | | | (#35157) Signed-off-by: Josh Matthews <josh@joshmatthews.net>
* webaudio: Implement IIRFilterNode (#33001)Daniel Adams2024-08-121-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Basic IIRFIlterNode bindings Signed-off-by: Daniel Adams <msub2official@gmail.com> * Add constructor to BaseAudioContext Signed-off-by: Daniel Adams <msub2official@gmail.com> * Update IDL and use statements Signed-off-by: Daniel Adams <msub2official@gmail.com> * Update non-crashing test expectations Signed-off-by: Daniel Adams <msub2official@gmail.com> * Tidy Signed-off-by: Daniel Adams <msub2official@gmail.com> * Add missing spec link Signed-off-by: Daniel Adams <msub2official@gmail.com> * Optimize error checks Signed-off-by: Daniel Adams <msub2official@gmail.com> * Pass context channel count to servo-media Signed-off-by: Daniel Adams <msub2official@gmail.com> * Update test expectations Signed-off-by: Daniel Adams <msub2official@gmail.com> * Update legacy expectations Signed-off-by: Daniel Adams <msub2official@gmail.com> * Add IIRFilterNode in interfaces.html Signed-off-by: Daniel Adams <msub2official@gmail.com> * Update MANIFEST Signed-off-by: Daniel Adams <msub2official@gmail.com> --------- Signed-off-by: Daniel Adams <msub2official@gmail.com>
* Convert Web IDL void to undefinedKagami Sascha Rosylight2022-01-051-3/+3
| | | | Fixes #27660
* ISSUE-21803: implement ConstantSourceNode audionodeThomas Delacour2019-08-131-1/+1
|
* StereoPannerNode DOMMaria Sable2019-04-301-1/+1
|
* Implement DOM APIs for ChannelSplitterNodeMauricio Collares2019-01-101-1/+1
|
* Update MPL license to https (part 2)Jan Andre Ikenmeyer2018-11-191-1/+1
|
* Add createBiquadFilter()Manish Goregaokar2018-09-201-1/+1
|
* Add createAnalyserManish Goregaokar2018-09-181-1/+1
|
* Add createChannelMerger()Manish Goregaokar2018-09-041-1/+1
|
* Throw on out-of-bounds channelCount in AudioNodesManish Goregaokar2018-09-031-3/+3
|
* Handle channel count constraints in panner constructorManish Goregaokar2018-08-241-1/+1
|
* Add BaseAudioContext.createPanner()Manish Goregaokar2018-08-241-1/+1
|
* Add AudioListener DOM interfaceManish Goregaokar2018-08-241-1/+1
|
* decodeAudioDataFernando Jiménez Moreno2018-07-301-5/+5
|
* createBufferSource and buffer setter on buffer source nodeFernando Jiménez Moreno2018-07-301-4/+4
|
* Create AudioBuffer from BaseAudioContextFernando Jiménez Moreno2018-07-301-29/+29
|
* BaseAudioContext.CreateGain()Fernando Jiménez Moreno2018-07-301-1/+1
|
* Expose BaseAudioContext.stateFernando Jiménez Moreno2018-07-301-1/+1
|
* Test OscillatorNode with servo_mediaFernando Jiménez Moreno2018-07-301-1/+1
|
* Initial WebAudio API stubsFernando Jiménez Moreno2018-07-301-0/+55