Interface AudioData

interface AudioData {
    audioBuffer: AudioBuffer;
}

Properties

Properties

audioBuffer: AudioBuffer