| Package | Description |
|---|---|
| org.tritonus.share.sampled |
Helper classes for the implementation of sampled audio stuff.
|
| org.tritonus.share.sampled.convert |
Base classes for the implementation of FormatConversionProviders.
|
| Modifier and Type | Method and Description |
|---|---|
int |
FloatSampleBuffer.copyTo(FloatSampleBuffer dest,
int destOffset,
int count)
Copies the contents of this buffer to the destination buffer at the
destOffset.
|
int |
FloatSampleBuffer.copyTo(int srcOffset,
FloatSampleBuffer dest,
int destOffset,
int count)
Copies the specified part of this buffer to the destination buffer.
|
void |
FloatSampleBuffer.initFromFloatSampleBuffer(FloatSampleBuffer source)
Resets this sample buffer with the data in
source. |
void |
FloatSampleBuffer.mix(FloatSampleBuffer source)
Mixes
source to this buffer by adding all samples. |
void |
FloatSampleBuffer.mix(FloatSampleBuffer source,
int sourceOffset,
int thisOffset,
int count)
Mixes
source samples to this buffer by adding the sample values. |
void |
FloatSampleInput.read(FloatSampleBuffer buffer)
Fill the entire buffer with audio data.
|
void |
FloatInputStream.read(FloatSampleBuffer outBuffer) |
void |
FloatSampleInput.read(FloatSampleBuffer buffer,
int offset,
int sampleCount)
Fill the specified portion of the buffer with the next audio data to be
read.
|
void |
FloatInputStream.read(FloatSampleBuffer buffer,
int offset,
int sampleCount) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
TSynchronousFilteredAudioInputStream.convert(FloatSampleBuffer buffer,
int offset,
int count)
Override this method to do the actual conversion in the
FloatSampleBuffer.
|
void |
TSynchronousFilteredAudioInputStream.read(FloatSampleBuffer buffer) |
void |
TSynchronousFilteredAudioInputStream.read(FloatSampleBuffer buffer,
int offset,
int sampleCount)
read sampleCount converted samples at the specified offset.
|
Copyright © 2016. All Rights Reserved.