| 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 | Class and Description |
|---|---|
class |
FloatInputStream
An implementation of AudioInputStream that implements the FloatSampleInput
interface.
|
| Constructor and Description |
|---|
FloatInputStream(FloatSampleInput sourceInput,
AudioFormat format,
long frameLength)
Create a new FloatInputStream that will make the specified
FloatSampleInput a complete AudioInputStream.
|
| Modifier and Type | Class and Description |
|---|---|
class |
TSynchronousFilteredAudioInputStream
Base class for types of audio filter/converter that translate one frame to another frame.
It provides all the transformation of frame sizes. It does NOT handle different sample rates of original stream and this stream ! |
Copyright © 2016. All Rights Reserved.