ladybird/Libraries/LibWeb/WebAudio
Ben Eidson 96b142e10b
Some checks are pending
CI / macOS, arm64, Sanitizer, Clang (push) Waiting to run
CI / Linux, x86_64, Fuzzers, Clang (push) Waiting to run
CI / Linux, x86_64, Sanitizer, GNU (push) Waiting to run
CI / Linux, x86_64, Sanitizer, Clang (push) Waiting to run
Package the js repl as a binary artifact / Linux, arm64 (push) Waiting to run
Package the js repl as a binary artifact / macOS, arm64 (push) Waiting to run
Package the js repl as a binary artifact / Linux, x86_64 (push) Waiting to run
Run test262 and test-wasm / run_and_update_results (push) Waiting to run
Lint Code / lint (push) Waiting to run
Label PRs with merge conflicts / auto-labeler (push) Waiting to run
Push notes / build (push) Waiting to run
LibWeb/WebAudio: Add renderQuantumSize
Adds this attribute to BaseAudioContext.idl and adds associated test for
OfflineAudioContext. This gives a set value that can be used to start
implementing OfflineAudioContext::start_rendering(). Updates idlharness
test to account for now implemented renderQuantumSize.
2025-08-20 14:51:01 +02:00
..
AnalyserNode.cpp LibJS+LibWeb: Port interned bytecode strings to UTF-16 2025-08-14 10:27:08 +02:00
AnalyserNode.h Meta: Enforce newlines around namespaces 2025-05-14 02:01:59 -06:00
AnalyserNode.idl LibWeb/WebAudio: Define and partially implement AnalyserNode 2025-01-17 10:11:24 +01:00
AudioBuffer.cpp LibJS+LibWeb: Port interned bytecode strings to UTF-16 2025-08-14 10:27:08 +02:00
AudioBuffer.h
AudioBuffer.idl
AudioBufferSourceNode.cpp LibJS+LibWeb: Port interned bytecode strings to UTF-16 2025-08-14 10:27:08 +02:00
AudioBufferSourceNode.h
AudioBufferSourceNode.idl
AudioContext.cpp LibJS+LibWeb: Port interned bytecode strings to UTF-16 2025-08-14 10:27:08 +02:00
AudioContext.h LibWeb: Add AudioContext.createMediaElementSource() factory method 2025-01-17 19:04:47 +00:00
AudioContext.idl LibWeb/Bindings: Support returning nullable types in dictionaries 2025-02-10 17:05:15 +00:00
AudioDestinationNode.cpp LibJS+LibWeb: Port interned bytecode strings to UTF-16 2025-08-14 10:27:08 +02:00
AudioDestinationNode.h
AudioDestinationNode.idl
AudioListener.cpp LibWeb: Only set prototype once for object with IDL interface 2025-04-20 18:43:11 +02:00
AudioListener.h
AudioListener.idl
AudioNode.cpp LibJS+LibWeb: Port interned bytecode strings to UTF-16 2025-08-14 10:27:08 +02:00
AudioNode.h LibWeb/WebAudio: Implement AudioNode::disconnect() 2025-07-09 17:52:06 -06:00
AudioNode.idl
AudioParam.cpp LibJS+LibWeb: Port interned bytecode strings to UTF-16 2025-08-14 10:27:08 +02:00
AudioParam.h LibWeb/WebAudio: Implement automation rate constraints 2025-01-19 17:24:55 +01:00
AudioParam.idl
AudioScheduledSourceNode.cpp LibJS+LibWeb: Port interned bytecode strings to UTF-16 2025-08-14 10:27:08 +02:00
AudioScheduledSourceNode.h
AudioScheduledSourceNode.idl
BaseAudioContext.cpp LibJS+LibWeb: Port interned bytecode strings to UTF-16 2025-08-14 10:27:08 +02:00
BaseAudioContext.h LibWeb/WebAudio: Add renderQuantumSize 2025-08-20 14:51:01 +02:00
BaseAudioContext.idl LibWeb/WebAudio: Add renderQuantumSize 2025-08-20 14:51:01 +02:00
BiquadFilterNode.cpp LibWeb: Only set prototype once for object with IDL interface 2025-04-20 18:43:11 +02:00
BiquadFilterNode.h
BiquadFilterNode.idl
ChannelMergerNode.cpp LibJS+LibWeb: Port interned bytecode strings to UTF-16 2025-08-14 10:27:08 +02:00
ChannelMergerNode.h
ChannelMergerNode.idl
ChannelSplitterNode.cpp LibJS+LibWeb: Port interned bytecode strings to UTF-16 2025-08-14 10:27:08 +02:00
ChannelSplitterNode.h
ChannelSplitterNode.idl
ConstantSourceNode.cpp LibWeb: Only set prototype once for object with IDL interface 2025-04-20 18:43:11 +02:00
ConstantSourceNode.h
ConstantSourceNode.idl
DelayNode.cpp LibJS+LibWeb: Port interned bytecode strings to UTF-16 2025-08-14 10:27:08 +02:00
DelayNode.h
DelayNode.idl
DynamicsCompressorNode.cpp LibJS+LibWeb: Port interned bytecode strings to UTF-16 2025-08-14 10:27:08 +02:00
DynamicsCompressorNode.h
DynamicsCompressorNode.idl
GainNode.cpp LibWeb: Only set prototype once for object with IDL interface 2025-04-20 18:43:11 +02:00
GainNode.h
GainNode.idl
MediaElementAudioSourceNode.cpp LibWeb: Only set prototype once for object with IDL interface 2025-04-20 18:43:11 +02:00
MediaElementAudioSourceNode.h LibWeb: Add MediaElementAudioSourceNode interface 2025-01-17 19:04:47 +00:00
MediaElementAudioSourceNode.idl LibWeb: Add MediaElementAudioSourceNode interface 2025-01-17 19:04:47 +00:00
OfflineAudioContext.cpp LibJS+LibWeb: Port interned bytecode strings to UTF-16 2025-08-14 10:27:08 +02:00
OfflineAudioContext.h
OfflineAudioContext.idl
OscillatorNode.cpp LibJS+LibWeb: Port interned bytecode strings to UTF-16 2025-08-14 10:27:08 +02:00
OscillatorNode.h
OscillatorNode.idl
PannerNode.cpp LibJS+LibWeb: Port interned bytecode strings to UTF-16 2025-08-14 10:27:08 +02:00
PannerNode.h
PannerNode.idl
PeriodicWave.cpp LibJS+LibWeb: Port interned bytecode strings to UTF-16 2025-08-14 10:27:08 +02:00
PeriodicWave.h
PeriodicWave.idl
ScriptProcessorNode.cpp LibJS+LibWeb: Port interned bytecode strings to UTF-16 2025-08-14 10:27:08 +02:00
ScriptProcessorNode.h LibWeb: Add BaseAudioContext::createScriptProcessor() 2025-07-25 11:48:04 +02:00
ScriptProcessorNode.idl LibWeb: Add BaseAudioContext::createScriptProcessor() 2025-07-25 11:48:04 +02:00
StereoPannerNode.cpp LibJS+LibWeb: Port interned bytecode strings to UTF-16 2025-08-14 10:27:08 +02:00
StereoPannerNode.h LibWeb: Add StereoPannerNode interface 2025-01-18 10:20:41 +01:00
StereoPannerNode.idl LibWeb: Add StereoPannerNode interface 2025-01-18 10:20:41 +01:00