Package org.loboevolution.audio


package org.loboevolution.audio
  • Interfaces
    Class
    Description
    The AudioBuffer interface represents a short audio asset residing in memory, created from an audio file using the AudioContext.decodeAudioData() method, or from raw data using AudioContext.createBuffer().
    The AudioContext interface represents an audio-processing graph built from audio modules linked together, each represented by an AudioNode.
    The BaseAudioContext interface of the Web Audio API acts as a base definition for online and offline audio-processing graphs, as represented by AudioContext and OfflineAudioContext respectively.