Skip to content
This repository was archived by the owner on Jun 9, 2019. It is now read-only.

AudioBuffer

mohayonao edited this page Jan 27, 2015 · 4 revisions

Object > AudioBuffer

Properties

  • sampleRate: number readonly
  • length: number readonly
  • duration: number readonly
  • numberOfChannels: number readonly

Methods

  • getChannelData(channel: number): Float32Array

Test API

JSON

{
  "name": "AudioBuffer",
  "sampleRate": sampleRate,
  "length": length,
  "duration": duration,
  "numberOfChannels": numberOfChannels
}

References

Clone this wiki locally