mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-05-16 08:02:52 +00:00
Implement the constructor and getChannelData function, working towards the functionality that we need in order to implement OfflineAudioContext.
18 lines
706 B
Text
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'
|