A C D F G H I J L M P R S T U

G

generateBuffers(int) - Method in class toxi.audio.JOALUtil
Creates the specified number of audio sample buffers and returns an array of AudioBuffer wrappers.
generateSource() - Method in class toxi.audio.JOALUtil
Convenience wrapper for JOALUtil.generateSources(int) to create a single AudioSource.
generateSourceFromFile(String) - Method in class toxi.audio.JOALUtil
Convenience wrapper bundling JOALUtil.loadBuffer(String) & JOALUtil.generateSource() in a single method call.
generateSources(int) - Method in class toxi.audio.JOALUtil
Creates the specified number of hardware audio sources required to actually play the sample data stored in AudioBuffers.
getAL() - Method in class toxi.audio.JOALUtil
Returns a direct reference to the OpenAL API.
getBitDepth() - Method in class toxi.audio.AudioBuffer
Get the bit-depth of the data, (8 or 16)
getBuffer() - Method in class toxi.audio.AudioSource
Gets the buffer associated with this source.
getBuffersProcessed() - Method in class toxi.audio.AudioSource
Gets the number of buffers already processed on this source.
getByteSize() - Method in class toxi.audio.AudioBuffer
Gets the size (in bytes) of the raw data contained in this buffer.
getData() - Method in class toxi.audio.AudioBuffer
Gets the raw data contained in this buffer.
getDeviceList() - Method in class toxi.audio.JOALUtil
Retrieves a list of available OpenAL compatible audio devices.
getDirection() - Method in class toxi.audio.AudioSource
 
getFrequency() - Method in class toxi.audio.AudioBuffer
Gets the audio frequency of the data contained in this buffer.
getID() - Method in class toxi.audio.AudioBuffer
Returns the OpenAL reference ID for this buffer.
getID() - Method in class toxi.audio.AudioSource
 
getInstance() - Static method in class toxi.audio.JOALUtil
 
getListener() - Method in class toxi.audio.JOALUtil
Returns the SoundListener instance for the associated OpenAL context.
getNextVoice() - Method in class toxi.audio.MultiTimbralManager
Attempts to find an available, currently unused AudioSource instance which can then be configured and played by the client application.
getNumChannels() - Method in class toxi.audio.AudioBuffer
Get the number of channels of the data (1-Mono, 2-Stereo)
getOffset() - Method in class toxi.audio.AudioSource
 
getOrientation() - Method in class toxi.audio.SoundListener
 
getPosition() - Method in class toxi.audio.AudioSource
 
getPosition() - Method in class toxi.audio.SoundListener
 
getSampleSize() - Method in class toxi.audio.AudioBuffer
Gets the size (in samples) of the raw data contained in this buffer.
getUsage() - Method in class toxi.audio.MultiTimbralManager
Produces an array of status flags of used voices.
getVelocity() - Method in class toxi.audio.AudioSource
 
getVelocity() - Method in class toxi.audio.SoundListener
 

A C D F G H I J L M P R S T U