Uses of Class
be.hogent.tarsos.util.AudioFile

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.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)
           
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)
           
 

Constructors in be.hogent.tarsos.ui with parameters of type AudioFile
Spectrum(AudioFile audioFile, int bins)
           
 

Uses of AudioFile in be.hogent.tarsos.ui.pitch
 

Methods in be.hogent.tarsos.ui.pitch with parameters of type AudioFile
 void HistogramLayer.audioFileChanged(AudioFile newAudioFile)
           
 void HistogramData.audioFileChanged(AudioFile newAudioFile)
           
 void PitchClassHistogramPanel.audioFileChanged(AudioFile newAudioFile)
           
 void ControlPanel.audioFileChanged(AudioFile newAudioFile)
           
 void KDELayer.audioFileChanged(AudioFile newAudioFile)
           
 void CommandPanel.audioFileChanged(AudioFile newAudioFile)
           
 void AudioFileBrowserPanel.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.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.