|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AudioBuffer | |
---|---|
uk.org.toot.audio.basic.stereoImage | This package provides a simple stereo image processing model which was developed for the first tutorial. |
uk.org.toot.audio.core | This package provides the core composite model for the Audio problem domain, separating the concerns of processing (AudioProcess) from the control of that processing (AudioControls). |
uk.org.toot.audio.delay | This package provides delay processors such as phasers, flangers, chorus, and multi tap delays. |
uk.org.toot.audio.dynamics | This package provides dynamics processors such as compressors, limiters, gates and expanders. |
uk.org.toot.audio.eq | This package provides EQ processors such as parametric, graphic and cut EQs. |
uk.org.toot.audio.meter | This package provides a K-System meter. |
uk.org.toot.audio.mixer | This package provides a professional audio mixer which uses plugin effects processors. |
uk.org.toot.audio.server | This package provides interfaces AudioClient and AudioServer which define a simple contract which separates the concern of client digital signal processing from its timing and the provision of external i/o. |
uk.org.toot.audio.tool | |
uk.org.toot.synth | |
uk.org.toot.synth.channels.example2 | |
uk.org.toot.synth.channels.example3 | |
uk.org.toot.synth.synths.plucked |
Uses of AudioBuffer in uk.org.toot.audio.basic.stereoImage |
---|
Methods in uk.org.toot.audio.basic.stereoImage with parameters of type AudioBuffer | |
---|---|
int |
StereoImageProcess.processAudio(AudioBuffer buffer)
|
Uses of AudioBuffer in uk.org.toot.audio.core |
---|
Methods in uk.org.toot.audio.core with parameters of type AudioBuffer | |
---|---|
int |
AudioProcessChain.debugProcessAudio(AudioBuffer buffer)
|
int |
ChannelFormat.mix(AudioBuffer destBuffer,
AudioBuffer sourceBuffer,
float[] gain)
Mix a source AudioBuffer into a destination AudioBuffer with specified weights for each channel. |
int |
AudioProcess.processAudio(AudioBuffer buffer)
Process the supplied buffer |
int |
NullAudioProcess.processAudio(AudioBuffer buffer)
|
int |
SilentInputAudioProcess.processAudio(AudioBuffer buffer)
|
int |
AudioProcessChain.processAudio(AudioBuffer buffer)
|
int |
AudioProcessAdapter.processAudio(AudioBuffer buf)
|
Uses of AudioBuffer in uk.org.toot.audio.delay |
---|
Methods in uk.org.toot.audio.delay with parameters of type AudioBuffer | |
---|---|
int |
MultiTapDelayProcess.processAudio(AudioBuffer buffer)
|
int |
ModulatedDelayProcess.processAudio(AudioBuffer buffer)
|
int |
TempoDelayProcess.processAudio(AudioBuffer buffer)
|
int |
StereoModulatedDelayProcess.processAudio(AudioBuffer buffer)
|
Uses of AudioBuffer in uk.org.toot.audio.dynamics |
---|
Methods in uk.org.toot.audio.dynamics with parameters of type AudioBuffer | |
---|---|
int |
DynamicsProcess.processAudio(AudioBuffer buffer)
Called once per AudioBuffer |
int |
MultiBandCompressor.processAudio(AudioBuffer buffer)
|
Uses of AudioBuffer in uk.org.toot.audio.eq |
---|
Methods in uk.org.toot.audio.eq with parameters of type AudioBuffer | |
---|---|
int |
AbstractEQ.processAudio(AudioBuffer buffer)
|
Uses of AudioBuffer in uk.org.toot.audio.meter |
---|
Methods in uk.org.toot.audio.meter with parameters of type AudioBuffer | |
---|---|
int |
MeterProcess.processAudio(AudioBuffer buffer)
|
Uses of AudioBuffer in uk.org.toot.audio.mixer |
---|
Methods in uk.org.toot.audio.mixer that return AudioBuffer | |
---|---|
AudioBuffer |
AudioMixerBus.getBuffer()
|
Methods in uk.org.toot.audio.mixer with parameters of type AudioBuffer | |
---|---|
int |
AudioMixerStrip.mix(AudioBuffer bufferToMix,
float[] gain)
|
int |
MixProcess.processAudio(AudioBuffer buffer)
|
Uses of AudioBuffer in uk.org.toot.audio.server |
---|
Methods in uk.org.toot.audio.server that return AudioBuffer | |
---|---|
AudioBuffer |
NonRealTimeAudioServer.createAudioBuffer(java.lang.String name)
|
AudioBuffer |
AudioServer.createAudioBuffer(java.lang.String name)
|
Uses of AudioBuffer in uk.org.toot.audio.tool |
---|
Methods in uk.org.toot.audio.tool with parameters of type AudioBuffer | |
---|---|
int |
DenormalProcess.processAudio(AudioBuffer buffer)
|
Uses of AudioBuffer in uk.org.toot.synth |
---|
Methods in uk.org.toot.synth with parameters of type AudioBuffer | |
---|---|
boolean |
PolyphonicSynthChannel.Voice.mix(AudioBuffer buffer)
|
boolean |
PolyphonicSynthChannel.AbstractVoice.mix(AudioBuffer buffer)
|
int |
PolyphonicSynthChannel.processAudio(AudioBuffer buffer)
|
Uses of AudioBuffer in uk.org.toot.synth.channels.example2 |
---|
Methods in uk.org.toot.synth.channels.example2 with parameters of type AudioBuffer | |
---|---|
boolean |
Example2SynthChannel.Example2Voice.mix(AudioBuffer buffer)
|
Uses of AudioBuffer in uk.org.toot.synth.channels.example3 |
---|
Methods in uk.org.toot.synth.channels.example3 with parameters of type AudioBuffer | |
---|---|
boolean |
Example3SynthChannel.Example3Voice.mix(AudioBuffer buffer)
|
Uses of AudioBuffer in uk.org.toot.synth.synths.plucked |
---|
Methods in uk.org.toot.synth.synths.plucked with parameters of type AudioBuffer | |
---|---|
int |
PluckedSynth.processAudio(AudioBuffer buffer)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |