| Package | Description |
|---|---|
| be.tarsos.dsp |
Contains classes to handle sampled sound.
|
| be.tarsos.dsp.io |
Contains an abstraction of audio I/O.
|
| be.tarsos.dsp.io.jvm |
Concrete implementations of the abstract audio IO for the JVM.
|
| Constructor and Description |
|---|
AudioDispatcher(TarsosDSPAudioInputStream stream,
int audioBufferSize,
int bufferOverlap)
Create a new dispatcher from a stream.
|
| Modifier and Type | Class and Description |
|---|---|
class |
UniversalAudioInputStream |
| Modifier and Type | Method and Description |
|---|---|
TarsosDSPAudioInputStream |
PipedAudioStream.getMonoStream(int targetSampleRate,
double startTimeOffset)
Return a one channel, signed PCM stream of audio of a defined sample rate.
|
TarsosDSPAudioInputStream |
PipedAudioStream.getMonoStream(int targetSampleRate,
double startTimeOffset,
double numberOfSeconds)
Return a one channel, signed PCM stream of audio of a defined sample rate.
|
| Modifier and Type | Class and Description |
|---|---|
class |
JVMAudioInputStream
Encapsulates an
AudioInputStream to make it work with the core TarsosDSP library. |