ladybird/Tests/LibWeb/Text/expected/WebAudio/AudioBuffer.txt
Shannon Booth 0c8a98ac94 LibWeb: Begin implementing the interface for AudioBuffer
Implement the constructor and getChannelData function, working towards
the functionality that we need in order to implement
OfflineAudioContext.
2024-04-25 19:26:19 -04:00

18 lines
706 B
Text

Error creating AudioBuffer: 'NotSupportedError: Number of channels must not be '0''
Error creating AudioBuffer: 'NotSupportedError: Number of channels is greater than allowed range'
Error creating AudioBuffer: 'NotSupportedError: Length of buffer must be at least 1'
Error creating AudioBuffer: 'NotSupportedError: Sample rate is outside of allowed range'
Error creating AudioBuffer: 'NotSupportedError: Sample rate is outside of allowed range'
3
17
10002
Got Float32Array, length = 17
17
Data equals itself: true
Got Float32Array, length = 17
17
Data equals itself: true
Got Float32Array, length = 17
17
Data equals itself: true
Error getting channel data: 'IndexSizeError: Channel index is out of range'