Pitch Algorithm
Pitch detection algorithm backend.
Entries
SwiftF0 neural network - batch-oriented, higher accuracy for vocals. Achieves 91.80% harmonic mean at 10dB SNR with only 95k parameters. Default algorithm for batch extraction (ContourExtractorConfig); the realtime PitchDetectorConfig defaults to YIN.
Melodia (PredominantPitchMelodia) - batch/offline only, octave-robust. Salience-based predominant-melody tracking across the whole recording, so it avoids the octave-halving plain YIN shows on high/strong-harmonic voices. Preferred for offline reference extraction. Not usable for realtime (needs the full signal).
Properties
Inherited properties
Functions
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
Returns an array containing the constants of this enum type, in the order they're declared.