Experimental: This is an experimental technology
Check the Browser compatibility table carefully before using this in production.
The AudioData() constructor creates a new AudioData object which represents an individual audio sample.
Experimental: This is an experimental technology
Check the Browser compatibility table carefully before using this in production.
The AudioData() constructor creates a new AudioData object which represents an individual audio sample.
js
new AudioData(init)
initAn object containing the following:
formatOne of:
sampleRateA decimal containing the sample rate in Hz.
numberOfFramesAn integer containing the number of frames in this sample.
numberOfChannelsAn integer containing the number of channels in this sample.
timestampAn integer indicating the data's time in microseconds .
dataA typed array of the audio data for this sample.
TypeErrorThrown if init is in an incorrect format.
| Specification |
|---|
| WebCodecs # dom-audiodata-audiodata |
| Desktop | Mobile | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Chrome | Edge | Firefox | Internet Explorer | Opera | Safari | WebView Android | Chrome Android | Firefox for Android | Opera Android | Safari on IOS | Samsung Internet | |
AudioData |
94 | 94 | No | No | 80 | No | 94 | 94 | No | 66 | No | 17.0 |
© 2005–2023 MDN contributors.
Licensed under the Creative Commons Attribution-ShareAlike License v2.5 or later.
https://developer.mozilla.org/en-US/docs/Web/API/AudioData/AudioData