|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AudioFile | |
---|---|
be.hogent.tarsos.sampled.pitch | Contains internal and external pitch trackers. |
be.hogent.tarsos.ui | Basic user interface elements. |
be.hogent.tarsos.ui.pitch | Most of the user interface elements + publish subscribe wiring. |
be.hogent.tarsos.ui.pitch.ph | |
be.hogent.tarsos.util | Utility classes for string handling, logging, configuration, some DSP tasks. |
Uses of AudioFile in be.hogent.tarsos.sampled.pitch |
---|
Methods in be.hogent.tarsos.sampled.pitch with parameters of type AudioFile | |
---|---|
PitchDetector |
PitchDetectionMode.getPitchDetector(AudioFile audioFile)
Returns a pitch detector for an audio file. |
Constructors in be.hogent.tarsos.sampled.pitch with parameters of type AudioFile | |
---|---|
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)
|
Uses of AudioFile in be.hogent.tarsos.ui |
---|
Methods in be.hogent.tarsos.ui with parameters of type AudioFile | |
---|---|
void |
WaveForm.audioFileChanged(AudioFile newAudioFile)
|
Uses of AudioFile in be.hogent.tarsos.ui.pitch |
---|
Methods in be.hogent.tarsos.ui.pitch with parameters of type AudioFile | |
---|---|
void |
PlayerControlPanel.audioFileChanged(AudioFile newAudioFile)
|
void |
ControlPanel.audioFileChanged(AudioFile newAudioFile)
|
void |
CommandPanel.audioFileChanged(AudioFile newAudioFile)
|
void |
AudioFileChangedListener.audioFileChanged(AudioFile newAudioFile)
|
void |
Menu.audioFileChanged(AudioFile newAudioFile)
|
void |
PitchContour.audioFileChanged(AudioFile newAudioFile)
|
Uses of AudioFile in be.hogent.tarsos.ui.pitch.ph |
---|
Methods in be.hogent.tarsos.ui.pitch.ph with parameters of type AudioFile | |
---|---|
void |
PitchClassKdePanel.audioFileChanged(AudioFile newAudioFile)
|
void |
KDEData.audioFileChanged(AudioFile newAudioFile)
|
Uses of AudioFile in be.hogent.tarsos.util |
---|
Methods in be.hogent.tarsos.util that return types with arguments of type AudioFile | |
---|---|
static java.util.List<AudioFile> |
AudioFile.audioFiles(java.lang.String... folders)
Returns a list of AudioFiles included in one or more folders. |
Constructors in be.hogent.tarsos.util with parameters of type AudioFile | |
---|---|
SignalPowerExtractor(AudioFile file)
Create a new power extractor. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |