Package | Description |
---|---|
be.tarsos.sampled.pitch |
Contains internal and external pitch trackers.
|
be.tarsos.ui.pitch |
Most of the user interface elements + publish subscribe wiring.
|
be.tarsos.ui.pitch.ph | |
be.tarsos.util |
Utility classes for string handling, logging, configuration, some DSP tasks.
|
Modifier and Type | Method and Description |
---|---|
PitchDetector |
PitchDetectionMode.getPitchDetector(AudioFile audioFile)
Returns a pitch detector for an audio file.
|
Constructor and Description |
---|
CachingDetector(AudioFile audioFile,
PitchDetector pitchDetector)
Create a new caching pitch detector.
|
IPEMPitchDetection(AudioFile audioFile,
PitchDetectionMode detectionMode) |
Polyphon(AudioFile audioFile,
PitchDetectionMode mode) |
Swipe(AudioFile audioFile,
PitchDetectionMode mode) |
SwipeOctave(AudioFile audioFile,
PitchDetectionMode mode) |
TarsosPitchDetection(AudioFile audioFile,
PitchDetectionMode pitchDetectionMode) |
VampPitchDetection(AudioFile audioFile,
PitchDetectionMode pitchDetectionMode) |
Modifier and Type | Method and Description |
---|---|
void |
AudioFileChangedListener.audioFileChanged(AudioFile newAudioFile) |
void |
PlayerControlPanel.audioFileChanged(AudioFile newAudioFile) |
void |
Menu.audioFileChanged(AudioFile newAudioFile) |
void |
ControlPanel.audioFileChanged(AudioFile newAudioFile) |
void |
CommandPanel.audioFileChanged(AudioFile newAudioFile) |
void |
WaveForm.audioFileChanged(AudioFile newAudioFile) |
void |
LinkedFeaturePanel.audioFileChanged(AudioFile newAudioFile) |
Modifier and Type | Method and Description |
---|---|
void |
KDEData.audioFileChanged(AudioFile newAudioFile) |
void |
PitchClassKdePanel.audioFileChanged(AudioFile newAudioFile) |
Modifier and Type | Method and Description |
---|---|
static java.util.List<AudioFile> |
AudioFile.audioFiles(java.lang.String... folders)
Returns a list of AudioFiles included in one or more folders.
|
Constructor and Description |
---|
SignalPowerExtractor(AudioFile file)
Create a new power extractor.
|