Package | Description |
---|---|
org.openimaj.audio | |
org.openimaj.audio.analysis | |
org.openimaj.audio.samples | |
org.openimaj.audio.timecode |
Modifier and Type | Method and Description |
---|---|
AudioTimecode |
SampleChunk.getStartTimecode()
Get the timecode at the start of this audio chunk.
|
AudioTimecode |
AudioPlayer.getTime()
Returns the current time.
|
Modifier and Type | Method and Description |
---|---|
void |
SampleChunk.setStartTimecode(AudioTimecode startTimecode)
Set the timecode at the start of this audio chunk.
|
void |
AudioMixer.setTimecodeObject(AudioTimecode tc)
The timecode object
|
void |
AudioPlayer.setTimecodeObject(AudioTimecode t)
Set the timecode object that is updated as the audio is played.
|
Constructor and Description |
---|
SampleChunk(byte[] samples,
AudioFormat af,
AudioTimecode tc)
Create a new sample chunk using the given samples and the given audio
format.
|
Modifier and Type | Method and Description |
---|---|
AudioTimecode |
BeatDetector.getBeatTimecode()
Returns the timecode at which the first beat in this sample chunk
was detected.
|
Modifier and Type | Method and Description |
---|---|
AudioTimecode |
SampleBuffer16Bit.getStartTimecode() |
AudioTimecode |
SampleBuffer8Bit.getStartTimecode() |
AudioTimecode |
SampleBuffer.getStartTimecode()
Returns the timecode of the start of this sample buffer.
|
AudioTimecode |
FloatSampleBuffer.getStartTimecode()
Returns the timecode of the start of this sample buffer.
|
Modifier and Type | Method and Description |
---|---|
void |
SampleBuffer16Bit.setStartTimecode(AudioTimecode timecode)
Set the timecode for this buffer.
|
Modifier and Type | Class and Description |
---|---|
class |
MeasuresBeatsTicksTimecode
A standard MIDI-timecode that uses measures, beats and ticks.
|
Modifier and Type | Method and Description |
---|---|
AudioTimecode |
AudioTimecode.clone()
Clone this timecode.
|