Uses of Class
toxi.audio.AudioBuffer
Packages that use AudioBuffer
-
Uses of AudioBuffer in toxi.audio
Methods in toxi.audio that return AudioBufferModifier and TypeMethodDescriptionAudioBuffer.configure(ByteBuffer data, int format, int freq) Configure the audio bufferAudioBuffer.configure(ByteBuffer data, AudioBuffer.Format format, int freq) static AudioBufferSynthUtil.floatArrayTo16bitBuffer(JOALUtil audioSys, float[] raw, int rate) static AudioBufferSynthUtil.floatArrayTo16bitStereoBuffer(JOALUtil audioSys, float[] raw, int rate) static AudioBufferSynthUtil.floatArrayTo8bitBuffer(JOALUtil audioSys, float[] raw, int rate) static AudioBufferSynthUtil.floatArrayTo8bitStereoBuffer(JOALUtil audioSys, float[] raw, int rate) JOALUtil.generateBuffers(int numBuffers) Creates the specified number of audio sample buffers and returns an array ofAudioBufferwrappers.AudioSource.getBuffer()Gets the buffer associated with this source.JOALUtil.loadBuffer(InputStream is) Loads a WAV file from the givenInputStream.JOALUtil.loadBuffer(String fileName) Loads a WAV file (mono/stereo) from the specified file nameMethods in toxi.audio with parameters of type AudioBufferModifier and TypeMethodDescriptionbooleanJOALUtil.deleteBuffer(AudioBuffer b) AudioSource.setBuffer(AudioBuffer buffer) Sets the buffer associated with this source.Constructors in toxi.audio with parameters of type AudioBuffer -
Uses of AudioBuffer in toxi.music
Constructors in toxi.music with parameters of type AudioBufferModifierConstructorDescriptionDelayedSamplePlayer(AudioSource src, AudioBuffer buffer, long delay)