ladybird/Libraries/LibWeb/WebAudio
Timothy Flynn ea32502947 Everywhere: Run clang-format
The following command was used to clang-format these files:

    clang-format-21 -i $(find . \
        -not \( -path "./\.*" -prune \) \
        -not \( -path "./Build/*" -prune \) \
        -not \( -path "./Toolchain/*" -prune \) \
        -type f -name "*.cpp" -o -name "*.mm" -o -name "*.h")
2026-02-18 08:02:45 -05: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
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 LibWeb: Reduce recompilation impact of DOM/Document.h 2026-02-11 20:02:28 +01:00
AudioContext.h LibWeb: Better handling of union types in IDL code generation 2026-01-26 18:46:39 +01:00
AudioContext.idl LibWeb: Better handling of union types in IDL code generation 2026-01-26 18:46:39 +01: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
AudioListener.h
AudioListener.idl
AudioNode.cpp LibWeb/WebAudio: Add stable IDs to AudioNodes 2026-01-23 15:03:43 +01:00
AudioNode.h LibWeb/WebAudio: Add stable IDs to AudioNodes 2026-01-23 15:03:43 +01:00
AudioNode.idl
AudioParam.cpp LibJS+LibWeb: Port interned bytecode strings to UTF-16 2025-08-14 10:27:08 +02:00
AudioParam.h
AudioParam.idl
AudioScheduledSourceNode.cpp LibWeb/WebAudio: Add stable IDs to AudioNodes 2026-01-23 15:03:43 +01:00
AudioScheduledSourceNode.h
AudioScheduledSourceNode.idl
BaseAudioContext.cpp Everywhere: Run clang-format 2026-02-18 08:02:45 -05:00
BaseAudioContext.h Everywhere: Run clang-format 2026-02-18 08:02:45 -05:00
BaseAudioContext.idl LibWeb/WebAudio: Add renderQuantumSize 2025-08-20 14:51:01 +02:00
BiquadFilterNode.cpp
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 LibWeb: Use the WEB_SET_PROTOTYPE_FOR_INTERFACE pattern consistently 2025-12-27 16:40:34 +01:00
ChannelSplitterNode.h
ChannelSplitterNode.idl
ConstantSourceNode.cpp
ConstantSourceNode.h
ConstantSourceNode.idl
ControlMessage.h LibWeb/WebAudio: Add stable IDs to AudioNodes 2026-01-23 15:03:43 +01:00
ControlMessageQueue.cpp LibWeb/WebAudio: Implement control message queue 2026-01-16 15:58:43 +01:00
ControlMessageQueue.h LibWeb/WebAudio: Implement control message queue 2026-01-16 15:58:43 +01:00
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
GainNode.h
GainNode.idl
MediaElementAudioSourceNode.cpp
MediaElementAudioSourceNode.h
MediaElementAudioSourceNode.idl
OfflineAudioCompletionEvent.cpp LibWeb/WebAudio: Fire complete event with OfflineAudioCompletionEvent 2025-11-19 17:26:09 +01:00
OfflineAudioCompletionEvent.h LibWeb/WebAudio: Fire complete event with OfflineAudioCompletionEvent 2025-11-19 17:26:09 +01:00
OfflineAudioCompletionEvent.idl LibWeb/WebAudio: Fire complete event with OfflineAudioCompletionEvent 2025-11-19 17:26:09 +01:00
OfflineAudioContext.cpp Everywhere: Run clang-format 2026-02-18 08:02:45 -05:00
OfflineAudioContext.h Everywhere: Run clang-format 2026-02-18 08:02:45 -05:00
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 Everywhere: Run clang-format 2026-02-18 08:02:45 -05:00
ScriptProcessorNode.h Everywhere: Run clang-format 2026-02-18 08:02:45 -05: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
StereoPannerNode.idl
Types.h LibWeb/WebAudio: Add stable IDs to AudioNodes 2026-01-23 15:03:43 +01:00