Package | Description |
---|---|
be.tarsos.dsp |
Contains classes to handle sampled sound.
|
be.tarsos.dsp.onsets | |
be.tarsos.dsp.resample |
Modifier and Type | Method and Description |
---|---|
static AudioDispatcher |
AudioDispatcher.fromByteArray(byte[] byteArray,
javax.sound.sampled.AudioFormat audioFormat,
int audioBufferSize,
int bufferOverlap)
Create a stream from an array of bytes and use that to create a new
AudioDispatcher.
|
static AudioDispatcher |
AudioDispatcher.fromDefaultMicrophone(int audioBufferSize,
int bufferOverlap)
Create a new AudioDispatcher connected to the default microphone.
|
static AudioDispatcher |
AudioDispatcher.fromFile(java.io.File audioFile,
int size,
int overlap)
Create a stream from a file and use that to create a new AudioDispatcher
|
static AudioDispatcher |
AudioDispatcher.fromFloatArray(float[] floatArray,
int sampleRate,
int audioBufferSize,
int bufferOverlap)
Create a stream from an array of floats and use that to create a new
AudioDispatcher.
|
static AudioDispatcher |
AudioDispatcher.fromURL(java.net.URL audioStream,
int size,
int overlap)
Create a stream from an URL and use that to create a new AudioDispatcher
|
Modifier and Type | Method and Description |
---|---|
void |
WaveformSimilarityBasedOverlapAdd.setDispatcher(AudioDispatcher newDispatcher) |
Constructor and Description |
---|
BeatRootSpectralFluxOnsetDetector(AudioDispatcher d,
int fftSize,
int hopSize) |
Modifier and Type | Method and Description |
---|---|
void |
SoundTouchRateTransposer.setDispatcher(AudioDispatcher newDispatcher) |