blab-lab / wave_viewer

Wave Viewer is a Matlab-based analysis tool for speech waveforms.
GNU General Public License v2.0
6 stars 2 forks source link

Praat pitch tracking support autocorrelation vs cross-correlation #10

Open cwnaber opened 10 months ago

cwnaber commented 10 months ago

To do this, change get_pitch_tracks.praat so that the "To Pitch ()..." call selects either "To Pitch (ac)" for autocorrelation or "To Pitch (cc)" for cross-correlation based on the values on something in sigproc_params. This would involve changes to get_sig_pitch.m, wave_viewer.m, and free-speech/get_sigproc_defaults.m to add the new parameter.

parrell commented 10 months ago

I would say this is very low priority.