Modifier and Type | Method and Description |
---|---|
SampleBuffer |
SampleChunk.getSampleBuffer()
Returns an appropriate sample buffer for this sample chunk.
|
Modifier and Type | Method and Description |
---|---|
void |
AudioMixer.MixEventListener.mix(SampleBuffer[] channels,
SampleBuffer mix)
Callback for a mix event.
|
void |
AudioMixer.MixEventListener.mix(SampleBuffer[] channels,
SampleBuffer mix)
Callback for a mix event.
|
Modifier and Type | Method and Description |
---|---|
SampleBuffer |
FourierTransform.process(SampleBuffer sb)
Process the given sample buffer
|
Modifier and Type | Method and Description |
---|---|
SampleBuffer |
FourierTransform.process(SampleBuffer sb)
Process the given sample buffer
|
Modifier and Type | Method and Description |
---|---|
static long |
AudioDatasetHelper.calculateStreamLength(ListDataset<List<SampleBuffer>> samples)
Calculate the length of the stream of samples that will come from the dataset.
|
static AudioStream |
AudioDatasetHelper.getAudioStream(ListDataset<List<SampleBuffer>> samples)
From a dataset that contains sample buffers, this method will return an
AudioStream which will return each of the sample buffers in turn. |
Modifier and Type | Field and Description |
---|---|
protected SampleBuffer |
SampleRateConverter.SampleRateConversionAlgorithm.sbout |
Modifier and Type | Method and Description |
---|---|
SampleBuffer |
JAudioFeatureExtractor.process(SampleBuffer sb)
Process the given sample buffer.
|
Modifier and Type | Method and Description |
---|---|
double[][] |
MFCC.calculateMFCC(SampleBuffer sb)
Calculate the MFCCs for the given sample buffer.
|
SampleBuffer |
JAudioFeatureExtractor.process(SampleBuffer sb)
Process the given sample buffer.
|
Modifier and Type | Method and Description |
---|---|
SampleBuffer |
WeightedWindowedAudioProcessor.process(SampleBuffer b)
Process the given sample buffer with the Hanning window.
|
Modifier and Type | Method and Description |
---|---|
SampleBuffer |
WeightedWindowedAudioProcessor.process(SampleBuffer b)
Process the given sample buffer with the Hanning window.
|
Modifier and Type | Method and Description |
---|---|
void |
Synthesizer.applyADSREnvelope(SampleBuffer sb)
Applies the ADSR gain envelope to the samples generated by the
generator.
|
Modifier and Type | Method and Description |
---|---|
List<SampleBuffer> |
OneSecondClipReader.read(InputStream stream)
Read an object from the source
|
Modifier and Type | Class and Description |
---|---|
class |
FloatSampleBuffer
An implementation of a sample buffer that maintains the floating point
precision values.
|
class |
SampleBuffer16Bit
A
SampleBuffer for 16-bit sample chunks. |
class |
SampleBuffer8Bit
A
SampleBuffer for 8 bit sample chunks. |
Modifier and Type | Method and Description |
---|---|
static SampleBuffer |
SampleBufferFactory.createSampleBuffer(AudioFormat af,
int size)
Create a
SampleBuffer . |
static SampleBuffer |
SampleBufferFactory.createSampleBuffer(SampleChunk s,
AudioFormat af)
Create a
SampleBuffer . |
Modifier and Type | Method and Description |
---|---|
MBFImage |
AudioWaveform.drawWaveform(SampleBuffer sb)
Draw the given sample chunk into an image and returns that image.
|