Package org.loboevolution.audio
Interface BaseAudioContext
- All Known Subinterfaces:
AudioContext
- All Known Implementing Classes:
AudioContextImpl
public interface BaseAudioContext
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. You wouldn't use BaseAudioContext directly — you'd use its features via one of these two inheriting interfaces.
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptioncreateBuffer
(int numberOfChannels, int length, float sampleRate) An AudioBuffer configured based on the specified options.
-
Method Details
-
createBuffer
An AudioBuffer configured based on the specified options.- See Also:
-