Function reference
Processing Functions
functions
process_audio_file | Given the path to a single audio file, return a candidates track object. |
process_directory | Given a path to a directoy of audio files, process them all. |
process_audio_textgrid | Process an audio and TextGrid file together. |
process_corpus | Given a directory to a corpus of audio/textgrid pairs, return candidates for all vowels. |
Classes
Classes
OneTrack | A single formant track. |
CandidateTracks | A class for candidate tracks for a single formant |
Outputs
Data outputs
processors.outputs.pickle_candidates | This will save a CandidateTracks object to |
processors.outputs.unpickle_candidates | This will load a CandidateTracks object |
Smoothers
Smoother
Smoother | A smoother function factory |
processors.smoothers.Smoothed | Smooothed formant tracks |
processors.smoothers.dct_smooth | A DCT Smoother |
processors.smoothers.dct_smooth_regression | A DCT Smoother using regression |
Losses
Losses
Loss | summary |
processors.losses.lmse | summary |
processors.losses.mse | summary |
Aggs
Aggs
Agg | summary |
processors.aggs.agg_sum | Sum the error |
Utilities
utils.safely |