#### Batch script for source_extract_pitch_praat.script #### The following is an example code for getting pitch values from four files #### In reality, you have to replace 'ky_abandoned2' with the name of the actual #### files that you want to extract pitch values from. You don't need to add .wav extension #### The name of the result file should be the same in all lines. Otherwise, you end up #### saving the extracted pitch values in separate files. So copy and paste the following #### example commands replacing the filenames without .wav extension #### You won't see anything happening to Praat. Praat will just create one file in the directory #### where you have the .wav files. Just check the folder for the result file. #### Nothing happens in Praat! execute source_extract_pitch_praat.script ky_ask RESULT_pitch-extract.txt execute source_extract_pitch_praat.script ky_ask2 RESULT_pitch-extract.txt execute source_extract_pitch_praat.script ky_ask2ip RESULT_pitch-extract.txt execute source_extract_pitch_praat.script ky_askip RESULT_pitch-extract.txt