mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-26 01:35:08 +02:00
LibWeb: Implement OscillatorNode.setPeriodicWave()
This commit is contained in:
committed by
Tim Ledbetter
parent
acbae1b118
commit
8c4e4ec31b
Notes:
github-actions[bot]
2025-01-04 10:13:24 +00:00
Author: https://github.com/tcl3 Commit: https://github.com/LadybirdBrowser/ladybird/commit/8c4e4ec31b6 Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/3122 Reviewed-by: https://github.com/shannonbooth ✅
@@ -4,9 +4,9 @@ AudioNode
|
||||
EventTarget
|
||||
Object
|
||||
context: '[object OfflineAudioContext], is same as original: true
|
||||
Error creating node: 'InvalidStateError: Oscillator node type cannot be set to 'custom''
|
||||
Error creating node: 'InvalidStateError: Oscillator node type 'custom' requires PeriodicWave to be provided'
|
||||
oscillator node type: 'sine'
|
||||
Error: 'InvalidStateError: Oscillator node type cannot be set to 'custom'', type is: sine
|
||||
Error: 'InvalidStateError: Oscillator node type cannot be changed to 'custom'', type is: sine
|
||||
oscillator node type: 'triangle'
|
||||
[object AudioParam] current: 440, default: 440, min: -22050, max: 22050, rate: a-rate
|
||||
[object AudioParam] current: -52, default: 440, min: -22050, max: 22050, rate: a-rate
|
||||
|
||||
Reference in New Issue
Block a user