mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-26 01:35:08 +02:00
Implement the constructor and getChannelData function, working towards the functionality that we need in order to implement OfflineAudioContext.
19 lines
706 B
Plaintext
19 lines
706 B
Plaintext
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'
|