├── .gitignore ├── 00-Python ├── README.md ├── a01_basic_read.py ├── a02_stats_complex_infos.py ├── a03_select_files.py ├── a04_rename.py └── textgrid.py ├── 01-resample_sound_files ├── Resample_Sound_Files.Praat ├── wavs_16k │ ├── 000001.wav │ └── 000002.wav └── wavs_48k │ ├── 000001.wav │ └── 000002.wav ├── 02-get_file_names ├── Get_FileNames_of_One_Directory.Praat ├── file_names_images.txt └── file_names_wavs_48k.txt ├── 03-long_sound_splits ├── LongWavToDo_1 │ ├── baozhai.TextGrid │ └── baozhai.wav ├── LongWavToDo_2 │ ├── 000001.TextGrid │ └── 000001.wav ├── Split_Long_Sound_Files.Praat ├── small_wavs_1 │ ├── baozhai_0001.wav │ ├── baozhai_0002.wav │ ├── baozhai_0003.wav │ └── baozhai_0004.wav └── small_wavs_2 │ ├── 000001_卡尔普_0001.wav │ ├── 000001_玩滑梯_0003.wav │ └── 000001_陪外孙_0002.wav ├── 04-replace_labels ├── Replace_Intervals.praat ├── log.txt ├── new_TextGrid │ ├── 000001.TextGrid │ ├── 000002.TextGrid │ ├── 000003.TextGrid │ ├── 000004.TextGrid │ ├── 000005.TextGrid │ ├── 000006.TextGrid │ ├── 000007.TextGrid │ ├── 000008.TextGrid │ ├── 000009.TextGrid │ └── 000010.TextGrid ├── old_TextGrid │ ├── 000001.TextGrid │ ├── 000002.TextGrid │ ├── 000003.TextGrid │ ├── 000004.TextGrid │ ├── 000005.TextGrid │ ├── 000006.TextGrid │ ├── 000007.TextGrid │ ├── 000008.TextGrid │ ├── 000009.TextGrid │ └── 000010.TextGrid └── replace_list.txt ├── 05-add_some_tiers ├── add_tiers.Praat ├── new_TextGrid │ └── 000001.TextGrid └── old_TextGrid │ └── 000001.TextGrid ├── 06-modify_one_tier ├── add_remove_duplicate_set_tier.Praat ├── new_TextGrid │ └── 000001.TextGrid └── old_TextGrid │ └── 000001.TextGrid ├── 07-compute_total_duration ├── Get_Duration_From_Sound_Files.praat ├── TextGrids │ └── baozhai.TextGrid ├── duration_result.txt └── wavs │ └── baozhai.wav ├── 08-get_duration_of_one_tier ├── Get_Duration_of_One_Tier.praat ├── input_data │ └── 000001.TextGrid ├── result_duration_tier_1.txt └── result_duration_tier_2.txt ├── 09-get_duration_and_pitch ├── Get_Duration_and_Pitch.Praat ├── input_PitchTier │ └── 000001.PitchTier ├── input_TextGrid │ └── 000001.TextGrid ├── input_wav │ └── 000001.wav ├── result_duration_pitch.txt └── 中文声调图.xlsx ├── 10-get_duration_and_formant ├── Get_Duration_and_Formant.Praat ├── input_TextGrid │ └── 000001.TextGrid ├── input_wav │ └── 000001.wav └── result_duration_formant.txt ├── 11-draw_vowel_map ├── Draw_Vowel_Map.Praat └── input_formant.txt ├── 12-intonation_pattern ├── Get_Duration_and_Pitch_Sentence.Praat ├── input_data │ ├── j-rea5-f3_016.TextGrid │ ├── j-rea5-f3_016.wav │ ├── j-rea5-f5_016.TextGrid │ ├── j-rea5-f5_016.wav │ ├── j-rea5-f6_016.TextGrid │ ├── j-rea5-f6_016.wav │ ├── j-rea5-m1_016.TextGrid │ ├── j-rea5-m1_016.wav │ ├── j-rea5-m2_016.TextGrid │ └── j-rea5-m2_016.wav ├── result_duration_pitch.txt └── tone_pattern.xlsx ├── 13-cut_silence ├── Cut_Wav_TextGrid.Praat ├── First │ ├── new_textgrid │ │ └── 000001.TextGrid │ ├── new_wavs │ │ └── 000001.wav │ ├── old_textgrid │ │ └── 000001.TextGrid │ └── old_wavs │ │ └── 000001.wav └── Second │ ├── new_wavs │ └── 000001.wav │ └── old_wavs │ └── 000001.wav ├── 14-helpful_customized_menu ├── data │ ├── 000001.TextGrid │ └── 000001.wav └── plugin_Queak │ ├── Add_One_Selected_Boundary.Praat │ ├── Cut_Selected_Sound.Praat │ ├── Delete_One_Selected_Boundary.Praat │ ├── Delete_Selected_Boundary.Praat │ ├── Save_Selected_Parts.Praat │ ├── Save_Selected_Sound.Praat │ └── setup.praat ├── 16-compute_VC ├── Compute_Rythms_By_VC.Praat ├── data │ ├── 000001.TextGrid │ ├── 000001.TextGrid_C.Table │ ├── 000001.TextGrid_V.Table │ ├── 000002.TextGrid │ ├── 000002.TextGrid_C.Table │ └── 000002.TextGrid_V.Table └── result.txt ├── 17-split_one_phoneme_into_two ├── Split_One_Phoneme_into_Two.praat ├── log.txt ├── new_TextGrid │ └── cmu_us_arctic_slt_a0001.TextGrid ├── old_TextGrid │ └── cmu_us_arctic_slt_a0001.TextGrid └── split_list.txt ├── 18-adjust_peak ├── Adjust_Sound_Peak.Praat ├── new_wavs │ ├── cmu_us_arctic_slt_a0001.wav │ ├── cmu_us_arctic_slt_a0002.wav │ ├── cmu_us_arctic_slt_a0003.wav │ ├── cmu_us_arctic_slt_a0004.wav │ └── cmu_us_arctic_slt_a0005.wav └── old_wavs │ ├── cmu_us_arctic_slt_a0001.wav │ ├── cmu_us_arctic_slt_a0002.wav │ ├── cmu_us_arctic_slt_a0003.wav │ ├── cmu_us_arctic_slt_a0004.wav │ └── cmu_us_arctic_slt_a0005.wav ├── 19-save_one_channel_sound_files ├── Save_Channel_Sound_Files.Praat ├── wavs_1_channel │ ├── cmu_us_arctic_slt_a0001.wav │ ├── cmu_us_arctic_slt_a0002.wav │ ├── cmu_us_arctic_slt_a0003.wav │ ├── cmu_us_arctic_slt_a0004.wav │ ├── cmu_us_arctic_slt_a0005.wav │ ├── cmu_us_arctic_slt_a0006.wav │ ├── cmu_us_arctic_slt_a0007.wav │ ├── cmu_us_arctic_slt_a0008.wav │ ├── cmu_us_arctic_slt_a0009.wav │ └── cmu_us_arctic_slt_a0010.wav └── wavs_2_channels │ ├── cmu_us_arctic_slt_a0001.wav │ ├── cmu_us_arctic_slt_a0002.wav │ ├── cmu_us_arctic_slt_a0003.wav │ ├── cmu_us_arctic_slt_a0004.wav │ ├── cmu_us_arctic_slt_a0005.wav │ ├── cmu_us_arctic_slt_a0006.wav │ ├── cmu_us_arctic_slt_a0007.wav │ ├── cmu_us_arctic_slt_a0008.wav │ ├── cmu_us_arctic_slt_a0009.wav │ └── cmu_us_arctic_slt_a0010.wav ├── 20-stats_basic_infomation └── Get_basic_infos.praat ├── 21-get_selected_files └── Get_Files_of_Selected_List.Praat ├── 22-get_duration_and_intensity ├── Get_Duration_and_Intensity.Praat ├── input_TextGrid │ └── 000001.TextGrid ├── input_wav │ └── 000001.wav └── result_duration_intensity.txt ├── 23-auto_annotation_01 ├── TextGrid │ ├── 000001.TextGrid │ └── 000002.TextGrid ├── audios │ ├── 000001.wav │ └── 000002.wav ├── dict.txt ├── labels │ ├── 000001.txt │ └── 000002.txt └── simple_auto_annotation.Praat ├── 24-tobi_auto_annotation ├── data │ ├── cmu_us_arctic_slt_a0001.TextGrid │ ├── cmu_us_arctic_slt_a0001.wav │ ├── cmu_us_arctic_slt_a0002.TextGrid │ ├── cmu_us_arctic_slt_a0002.wav │ ├── cmu_us_arctic_slt_a0003.TextGrid │ └── cmu_us_arctic_slt_a0003.wav ├── dict │ ├── fricatives.txt │ └── unvoiced.txt ├── featureWriter.praat ├── module01.praat ├── module02.praat ├── module03.praat ├── module04.praat ├── module06.Praat ├── proceed_std.praat ├── textGrid.py └── tobi.py ├── 25_merge_tiers_of_different_dir ├── Merge_tiers_of_different_TextGrids.praat ├── oldTextGrid1 │ ├── cmu_us_arctic_slt_a0001.TextGrid │ └── cmu_us_arctic_slt_a0002.TextGrid └── oldTextGrid2 │ ├── cmu_us_arctic_slt_a0001.TextGrid │ └── cmu_us_arctic_slt_a0002.TextGrid ├── 26_Easy_align └── homepage.txt ├── 28_merge_sound_files ├── combo_sound_files.Praat ├── input_data │ ├── initial_wavs │ │ ├── LJ025-0076.wav │ │ ├── LJ037-0171.wav │ │ ├── LL025-0076.wav │ │ ├── LL037-0171.wav │ │ └── LM037-0171.wav │ └── initial_wavs2 │ │ ├── LJ025-0076.wav │ │ └── LJ037-0171.wav └── specific_list.txt ├── 29-gen_one_tier_TextGrid ├── create_one_tier_TextGrid.Praat ├── extract_one_tier_TextGrid.Praat ├── outTextGrids │ └── 000001.TextGrid ├── txt_list.txt ├── txt_list_checked.txt └── wavs │ └── 000001.wav ├── 31-sound_files_from_mp3_to_wav ├── Reformat_Sound_Files.Praat ├── mp3s │ └── 000001.mp3 └── wavs │ └── 000001.wav ├── 32-textgrid_to_json ├── Textgrid_to_json.Praat ├── jsons │ └── 000001.json └── textgrids │ └── 000001.TextGrid ├── 33-MFCC_by_Praat_script ├── Get_MFCC.Praat ├── MFCC │ ├── 000001.MFCC │ └── 000002.MFCC └── wavs │ ├── 000001.wav │ └── 000002.wav ├── 34-normalize_silence ├── Cut_Wav_TextGrid_middle.Praat ├── input_wavs │ └── 001.wav ├── input_wavs_textgrids │ ├── 001.TextGrid │ └── 001.wav ├── new_TextGrids │ └── 001.TextGrid ├── new_wavs │ └── 001.wav └── output_wavs_textgrids │ ├── 001.TextGrid │ └── 001.wav ├── 36-add_silence_to_audio ├── add_silence_to_sound.praat ├── input_wav │ └── 000001.wav └── output_wav │ └── 000001.wav ├── 37-textgrid_to_rhythm_txt ├── Rhythm_point.txt ├── Rhythm_中文.txt ├── Rhythm_英语.txt ├── TextGrid_to_Rhythm_TXT.Praat ├── input_data_中文 │ ├── 000001.TextGrid │ ├── 000002.TextGrid │ ├── 000003.TextGrid │ ├── 000004.TextGrid │ ├── 000005.TextGrid │ ├── 000006.TextGrid │ ├── 000007.TextGrid │ ├── 000008.TextGrid │ ├── 000009.TextGrid │ ├── 000010.TextGrid │ ├── 000011.TextGrid │ ├── 000012.TextGrid │ ├── 000013.TextGrid │ ├── 000014.TextGrid │ ├── 000015.TextGrid │ ├── 000016.TextGrid │ ├── 000017.TextGrid │ ├── 000018.TextGrid │ ├── 000019.TextGrid │ ├── 000020.TextGrid │ ├── 000021.TextGrid │ ├── 000022.TextGrid │ ├── 000023.TextGrid │ ├── 000024.TextGrid │ ├── 000025.TextGrid │ ├── 000026.TextGrid │ ├── 000027.TextGrid │ ├── 000028.TextGrid │ ├── 000029.TextGrid │ ├── 000030.TextGrid │ ├── 000031.TextGrid │ ├── 000032.TextGrid │ ├── 000033.TextGrid │ ├── 000034.TextGrid │ ├── 000035.TextGrid │ ├── 000036.TextGrid │ ├── 000037.TextGrid │ ├── 000038.TextGrid │ ├── 000039.TextGrid │ ├── 000040.TextGrid │ ├── 000041.TextGrid │ ├── 000042.TextGrid │ ├── 000043.TextGrid │ ├── 000044.TextGrid │ ├── 000045.TextGrid │ ├── 000046.TextGrid │ ├── 000047.TextGrid │ ├── 000048.TextGrid │ ├── 000049.TextGrid │ ├── 000050.TextGrid │ ├── 000051.TextGrid │ ├── 000052.TextGrid │ ├── 000053.TextGrid │ ├── 000054.TextGrid │ ├── 000055.TextGrid │ ├── 000056.TextGrid │ ├── 000057.TextGrid │ ├── 000058.TextGrid │ ├── 000059.TextGrid │ ├── 000060.TextGrid │ ├── 000061.TextGrid │ ├── 000062.TextGrid │ ├── 000063.TextGrid │ ├── 000064.TextGrid │ ├── 000065.TextGrid │ ├── 000066.TextGrid │ ├── 000067.TextGrid │ ├── 000068.TextGrid │ ├── 000069.TextGrid │ ├── 000070.TextGrid │ ├── 000071.TextGrid │ ├── 000072.TextGrid │ ├── 000073.TextGrid │ ├── 000074.TextGrid │ ├── 000075.TextGrid │ ├── 000076.TextGrid │ ├── 000077.TextGrid │ ├── 000078.TextGrid │ ├── 000079.TextGrid │ ├── 000080.TextGrid │ ├── 000081.TextGrid │ ├── 000082.TextGrid │ ├── 000083.TextGrid │ ├── 000084.TextGrid │ ├── 000085.TextGrid │ ├── 000086.TextGrid │ ├── 000087.TextGrid │ ├── 000088.TextGrid │ ├── 000089.TextGrid │ ├── 000090.TextGrid │ ├── 000091.TextGrid │ ├── 000092.TextGrid │ ├── 000093.TextGrid │ ├── 000094.TextGrid │ ├── 000095.TextGrid │ ├── 000096.TextGrid │ ├── 000097.TextGrid │ ├── 000098.TextGrid │ ├── 000099.TextGrid │ └── 000100.TextGrid ├── input_data_中文_PointTier │ ├── 000001.TextGrid │ └── 000002.TextGrid └── input_data_英语 │ ├── 84-121123-0000.TextGrid │ ├── 84-121123-0001.TextGrid │ ├── 84-121123-0002.TextGrid │ ├── 84-121123-0003.TextGrid │ ├── 84-121123-0004.TextGrid │ ├── 84-121123-0005.TextGrid │ ├── 84-121123-0006.TextGrid │ ├── 84-121123-0007.TextGrid │ ├── 84-121123-0008.TextGrid │ ├── 84-121123-0009.TextGrid │ ├── 84-121123-0010.TextGrid │ ├── 84-121123-0011.TextGrid │ ├── 84-121123-0012.TextGrid │ ├── 84-121123-0013.TextGrid │ ├── 84-121123-0014.TextGrid │ ├── 84-121123-0015.TextGrid │ ├── 84-121123-0016.TextGrid │ ├── 84-121123-0017.TextGrid │ ├── 84-121123-0018.TextGrid │ ├── 84-121123-0019.TextGrid │ ├── 84-121123-0020.TextGrid │ ├── 84-121123-0021.TextGrid │ ├── 84-121123-0022.TextGrid │ ├── 84-121123-0023.TextGrid │ ├── 84-121123-0024.TextGrid │ ├── 84-121123-0025.TextGrid │ ├── 84-121123-0026.TextGrid │ ├── 84-121123-0027.TextGrid │ └── 84-121123-0028.TextGrid ├── 38-replace_newline_inside_word ├── Replace_Intervals.praat ├── new_TextGrid │ └── 000001.TextGrid └── old_TextGrid │ └── 000001.TextGrid ├── 39_compare_two_textgrids ├── A │ ├── cmu_us_arctic_slt_a0001.TextGrid │ └── cmu_us_arctic_slt_a0002.TextGrid ├── B │ ├── cmu_us_arctic_slt_a0001.TextGrid │ └── cmu_us_arctic_slt_a0002.TextGrid ├── C │ ├── cmu_us_arctic_slt_a0001.TextGrid │ └── cmu_us_arctic_slt_a0002.TextGrid ├── check_result.txt ├── compare_two_TextGrids.praat ├── new_TextGrid_A_B │ ├── cmu_us_arctic_slt_a0001.TextGrid │ └── cmu_us_arctic_slt_a0002.TextGrid ├── new_TextGrid_A_B_final │ ├── cmu_us_arctic_slt_a0001.TextGrid │ └── cmu_us_arctic_slt_a0002.TextGrid └── remove_tiers.Praat ├── 40-save_txt_to_files ├── Save_each_line_txt_to_Files.Praat ├── input.txt └── output │ ├── 00001.txt │ ├── 00002.txt │ ├── 00003.txt │ ├── 00004.txt │ ├── 00005.txt │ ├── 00006.txt │ ├── 00007.txt │ ├── 00008.txt │ ├── 00009.txt │ ├── 00010.txt │ ├── 00011.txt │ ├── 00012.txt │ ├── 00013.txt │ ├── 00014.txt │ ├── 00015.txt │ ├── 00016.txt │ ├── 00017.txt │ ├── 00018.txt │ ├── 00019.txt │ ├── 00020.txt │ ├── 00021.txt │ ├── 00022.txt │ ├── 00023.txt │ ├── 00024.txt │ ├── 00025.txt │ ├── 00026.txt │ ├── 00027.txt │ ├── 00028.txt │ ├── 00029.txt │ ├── 84-121123-0000.txt │ ├── 84-121123-0001.txt │ ├── 84-121123-0002.txt │ ├── 84-121123-0003.txt │ ├── 84-121123-0004.txt │ ├── 84-121123-0005.txt │ ├── 84-121123-0006.txt │ ├── 84-121123-0007.txt │ ├── 84-121123-0008.txt │ ├── 84-121123-0009.txt │ ├── 84-121123-0010.txt │ ├── 84-121123-0011.txt │ ├── 84-121123-0012.txt │ ├── 84-121123-0013.txt │ ├── 84-121123-0014.txt │ ├── 84-121123-0015.txt │ ├── 84-121123-0016.txt │ ├── 84-121123-0017.txt │ ├── 84-121123-0018.txt │ ├── 84-121123-0019.txt │ ├── 84-121123-0020.txt │ ├── 84-121123-0021.txt │ ├── 84-121123-0022.txt │ ├── 84-121123-0023.txt │ ├── 84-121123-0024.txt │ ├── 84-121123-0025.txt │ ├── 84-121123-0026.txt │ ├── 84-121123-0027.txt │ └── 84-121123-0028.txt ├── 404.md ├── Praat_Tools ├── Praat标注辅助工具.exe ├── sendpraat.exe ├── textgrid │ ├── banana4.TextGrid │ ├── fenced_meadow.TextGrid │ └── thought.TextGrid └── wav │ ├── banana4.wav │ ├── fenced_meadow.wav │ └── thought.wav ├── README.md ├── README_cn.md ├── _config.yml ├── backup.md ├── data ├── Biaobei_Demo.rar └── CMU_Demo.rar └── images ├── add_remove_copy_set_tier_dialogue.png ├── add_tiers_dialogue.png ├── github_des.png ├── praat_open.png ├── praat_open_10.png ├── praat_open_2.png ├── praat_open_3.png ├── praat_open_4.png ├── praat_open_5.png ├── praat_open_6.png ├── praat_open_7.png ├── praat_open_8.png ├── praat_open_9.png ├── praat_run_01.png ├── praat_run_02.png ├── praat_run_03.png ├── praat_run_04.png ├── praat_run_05.png ├── praat_run_06.png ├── praat_run_07.png ├── praat_run_08.png ├── praat_run_09.png ├── praat_run_10.png ├── praat_run_11.png ├── praat_run_12.png ├── praat_run_13.png ├── praat_run_14.png ├── praat_run_15.png ├── praat_run_16.png ├── praat_run_17-need_check.png ├── praat_run_17.png ├── praat_run_18.png ├── praat_run_19.png ├── praat_run_20.png ├── tiers_process.png └── vowel.png /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feelins/Praat_Scripts/HEAD/.gitignore -------------------------------------------------------------------------------- /00-Python/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feelins/Praat_Scripts/HEAD/00-Python/README.md -------------------------------------------------------------------------------- /00-Python/a01_basic_read.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feelins/Praat_Scripts/HEAD/00-Python/a01_basic_read.py -------------------------------------------------------------------------------- /00-Python/a02_stats_complex_infos.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feelins/Praat_Scripts/HEAD/00-Python/a02_stats_complex_infos.py -------------------------------------------------------------------------------- /00-Python/a03_select_files.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feelins/Praat_Scripts/HEAD/00-Python/a03_select_files.py -------------------------------------------------------------------------------- /00-Python/a04_rename.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feelins/Praat_Scripts/HEAD/00-Python/a04_rename.py -------------------------------------------------------------------------------- /00-Python/textgrid.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feelins/Praat_Scripts/HEAD/00-Python/textgrid.py -------------------------------------------------------------------------------- /01-resample_sound_files/Resample_Sound_Files.Praat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feelins/Praat_Scripts/HEAD/01-resample_sound_files/Resample_Sound_Files.Praat -------------------------------------------------------------------------------- /01-resample_sound_files/wavs_16k/000001.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feelins/Praat_Scripts/HEAD/01-resample_sound_files/wavs_16k/000001.wav -------------------------------------------------------------------------------- /01-resample_sound_files/wavs_16k/000002.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feelins/Praat_Scripts/HEAD/01-resample_sound_files/wavs_16k/000002.wav -------------------------------------------------------------------------------- /01-resample_sound_files/wavs_48k/000001.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feelins/Praat_Scripts/HEAD/01-resample_sound_files/wavs_48k/000001.wav -------------------------------------------------------------------------------- /01-resample_sound_files/wavs_48k/000002.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feelins/Praat_Scripts/HEAD/01-resample_sound_files/wavs_48k/000002.wav -------------------------------------------------------------------------------- /02-get_file_names/Get_FileNames_of_One_Directory.Praat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feelins/Praat_Scripts/HEAD/02-get_file_names/Get_FileNames_of_One_Directory.Praat -------------------------------------------------------------------------------- /02-get_file_names/file_names_images.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feelins/Praat_Scripts/HEAD/02-get_file_names/file_names_images.txt -------------------------------------------------------------------------------- /02-get_file_names/file_names_wavs_48k.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feelins/Praat_Scripts/HEAD/02-get_file_names/file_names_wavs_48k.txt -------------------------------------------------------------------------------- /03-long_sound_splits/LongWavToDo_1/baozhai.TextGrid: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feelins/Praat_Scripts/HEAD/03-long_sound_splits/LongWavToDo_1/baozhai.TextGrid -------------------------------------------------------------------------------- /03-long_sound_splits/LongWavToDo_1/baozhai.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feelins/Praat_Scripts/HEAD/03-long_sound_splits/LongWavToDo_1/baozhai.wav -------------------------------------------------------------------------------- /03-long_sound_splits/LongWavToDo_2/000001.TextGrid: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feelins/Praat_Scripts/HEAD/03-long_sound_splits/LongWavToDo_2/000001.TextGrid -------------------------------------------------------------------------------- /03-long_sound_splits/LongWavToDo_2/000001.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feelins/Praat_Scripts/HEAD/03-long_sound_splits/LongWavToDo_2/000001.wav -------------------------------------------------------------------------------- /03-long_sound_splits/Split_Long_Sound_Files.Praat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feelins/Praat_Scripts/HEAD/03-long_sound_splits/Split_Long_Sound_Files.Praat -------------------------------------------------------------------------------- /03-long_sound_splits/small_wavs_1/baozhai_0001.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feelins/Praat_Scripts/HEAD/03-long_sound_splits/small_wavs_1/baozhai_0001.wav -------------------------------------------------------------------------------- /03-long_sound_splits/small_wavs_1/baozhai_0002.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feelins/Praat_Scripts/HEAD/03-long_sound_splits/small_wavs_1/baozhai_0002.wav -------------------------------------------------------------------------------- /03-long_sound_splits/small_wavs_1/baozhai_0003.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feelins/Praat_Scripts/HEAD/03-long_sound_splits/small_wavs_1/baozhai_0003.wav -------------------------------------------------------------------------------- /03-long_sound_splits/small_wavs_1/baozhai_0004.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feelins/Praat_Scripts/HEAD/03-long_sound_splits/small_wavs_1/baozhai_0004.wav -------------------------------------------------------------------------------- /03-long_sound_splits/small_wavs_2/000001_卡尔普_0001.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feelins/Praat_Scripts/HEAD/03-long_sound_splits/small_wavs_2/000001_卡尔普_0001.wav -------------------------------------------------------------------------------- /03-long_sound_splits/small_wavs_2/000001_玩滑梯_0003.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feelins/Praat_Scripts/HEAD/03-long_sound_splits/small_wavs_2/000001_玩滑梯_0003.wav -------------------------------------------------------------------------------- /03-long_sound_splits/small_wavs_2/000001_陪外孙_0002.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feelins/Praat_Scripts/HEAD/03-long_sound_splits/small_wavs_2/000001_陪外孙_0002.wav -------------------------------------------------------------------------------- /04-replace_labels/Replace_Intervals.praat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feelins/Praat_Scripts/HEAD/04-replace_labels/Replace_Intervals.praat -------------------------------------------------------------------------------- /04-replace_labels/log.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feelins/Praat_Scripts/HEAD/04-replace_labels/log.txt -------------------------------------------------------------------------------- /04-replace_labels/new_TextGrid/000001.TextGrid: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feelins/Praat_Scripts/HEAD/04-replace_labels/new_TextGrid/000001.TextGrid -------------------------------------------------------------------------------- /04-replace_labels/new_TextGrid/000002.TextGrid: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feelins/Praat_Scripts/HEAD/04-replace_labels/new_TextGrid/000002.TextGrid -------------------------------------------------------------------------------- /04-replace_labels/new_TextGrid/000003.TextGrid: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feelins/Praat_Scripts/HEAD/04-replace_labels/new_TextGrid/000003.TextGrid -------------------------------------------------------------------------------- /04-replace_labels/new_TextGrid/000004.TextGrid: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feelins/Praat_Scripts/HEAD/04-replace_labels/new_TextGrid/000004.TextGrid -------------------------------------------------------------------------------- /04-replace_labels/new_TextGrid/000005.TextGrid: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feelins/Praat_Scripts/HEAD/04-replace_labels/new_TextGrid/000005.TextGrid -------------------------------------------------------------------------------- /04-replace_labels/new_TextGrid/000006.TextGrid: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feelins/Praat_Scripts/HEAD/04-replace_labels/new_TextGrid/000006.TextGrid -------------------------------------------------------------------------------- /04-replace_labels/new_TextGrid/000007.TextGrid: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feelins/Praat_Scripts/HEAD/04-replace_labels/new_TextGrid/000007.TextGrid -------------------------------------------------------------------------------- /04-replace_labels/new_TextGrid/000008.TextGrid: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feelins/Praat_Scripts/HEAD/04-replace_labels/new_TextGrid/000008.TextGrid -------------------------------------------------------------------------------- /04-replace_labels/new_TextGrid/000009.TextGrid: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feelins/Praat_Scripts/HEAD/04-replace_labels/new_TextGrid/000009.TextGrid -------------------------------------------------------------------------------- /04-replace_labels/new_TextGrid/000010.TextGrid: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feelins/Praat_Scripts/HEAD/04-replace_labels/new_TextGrid/000010.TextGrid -------------------------------------------------------------------------------- /04-replace_labels/old_TextGrid/000001.TextGrid: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feelins/Praat_Scripts/HEAD/04-replace_labels/old_TextGrid/000001.TextGrid -------------------------------------------------------------------------------- /04-replace_labels/old_TextGrid/000002.TextGrid: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feelins/Praat_Scripts/HEAD/04-replace_labels/old_TextGrid/000002.TextGrid -------------------------------------------------------------------------------- /04-replace_labels/old_TextGrid/000003.TextGrid: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feelins/Praat_Scripts/HEAD/04-replace_labels/old_TextGrid/000003.TextGrid -------------------------------------------------------------------------------- /04-replace_labels/old_TextGrid/000004.TextGrid: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feelins/Praat_Scripts/HEAD/04-replace_labels/old_TextGrid/000004.TextGrid -------------------------------------------------------------------------------- /04-replace_labels/old_TextGrid/000005.TextGrid: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feelins/Praat_Scripts/HEAD/04-replace_labels/old_TextGrid/000005.TextGrid -------------------------------------------------------------------------------- /04-replace_labels/old_TextGrid/000006.TextGrid: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feelins/Praat_Scripts/HEAD/04-replace_labels/old_TextGrid/000006.TextGrid -------------------------------------------------------------------------------- /04-replace_labels/old_TextGrid/000007.TextGrid: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feelins/Praat_Scripts/HEAD/04-replace_labels/old_TextGrid/000007.TextGrid -------------------------------------------------------------------------------- /04-replace_labels/old_TextGrid/000008.TextGrid: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feelins/Praat_Scripts/HEAD/04-replace_labels/old_TextGrid/000008.TextGrid -------------------------------------------------------------------------------- /04-replace_labels/old_TextGrid/000009.TextGrid: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feelins/Praat_Scripts/HEAD/04-replace_labels/old_TextGrid/000009.TextGrid -------------------------------------------------------------------------------- /04-replace_labels/old_TextGrid/000010.TextGrid: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feelins/Praat_Scripts/HEAD/04-replace_labels/old_TextGrid/000010.TextGrid -------------------------------------------------------------------------------- /04-replace_labels/replace_list.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feelins/Praat_Scripts/HEAD/04-replace_labels/replace_list.txt -------------------------------------------------------------------------------- /05-add_some_tiers/add_tiers.Praat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feelins/Praat_Scripts/HEAD/05-add_some_tiers/add_tiers.Praat -------------------------------------------------------------------------------- /05-add_some_tiers/new_TextGrid/000001.TextGrid: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feelins/Praat_Scripts/HEAD/05-add_some_tiers/new_TextGrid/000001.TextGrid -------------------------------------------------------------------------------- /05-add_some_tiers/old_TextGrid/000001.TextGrid: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feelins/Praat_Scripts/HEAD/05-add_some_tiers/old_TextGrid/000001.TextGrid -------------------------------------------------------------------------------- /06-modify_one_tier/add_remove_duplicate_set_tier.Praat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feelins/Praat_Scripts/HEAD/06-modify_one_tier/add_remove_duplicate_set_tier.Praat -------------------------------------------------------------------------------- /06-modify_one_tier/new_TextGrid/000001.TextGrid: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feelins/Praat_Scripts/HEAD/06-modify_one_tier/new_TextGrid/000001.TextGrid -------------------------------------------------------------------------------- /06-modify_one_tier/old_TextGrid/000001.TextGrid: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feelins/Praat_Scripts/HEAD/06-modify_one_tier/old_TextGrid/000001.TextGrid -------------------------------------------------------------------------------- /07-compute_total_duration/Get_Duration_From_Sound_Files.praat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feelins/Praat_Scripts/HEAD/07-compute_total_duration/Get_Duration_From_Sound_Files.praat -------------------------------------------------------------------------------- /07-compute_total_duration/TextGrids/baozhai.TextGrid: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feelins/Praat_Scripts/HEAD/07-compute_total_duration/TextGrids/baozhai.TextGrid -------------------------------------------------------------------------------- /07-compute_total_duration/duration_result.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feelins/Praat_Scripts/HEAD/07-compute_total_duration/duration_result.txt -------------------------------------------------------------------------------- /07-compute_total_duration/wavs/baozhai.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feelins/Praat_Scripts/HEAD/07-compute_total_duration/wavs/baozhai.wav -------------------------------------------------------------------------------- /08-get_duration_of_one_tier/Get_Duration_of_One_Tier.praat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feelins/Praat_Scripts/HEAD/08-get_duration_of_one_tier/Get_Duration_of_One_Tier.praat -------------------------------------------------------------------------------- /08-get_duration_of_one_tier/input_data/000001.TextGrid: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feelins/Praat_Scripts/HEAD/08-get_duration_of_one_tier/input_data/000001.TextGrid -------------------------------------------------------------------------------- /08-get_duration_of_one_tier/result_duration_tier_1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feelins/Praat_Scripts/HEAD/08-get_duration_of_one_tier/result_duration_tier_1.txt -------------------------------------------------------------------------------- /08-get_duration_of_one_tier/result_duration_tier_2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feelins/Praat_Scripts/HEAD/08-get_duration_of_one_tier/result_duration_tier_2.txt -------------------------------------------------------------------------------- /09-get_duration_and_pitch/Get_Duration_and_Pitch.Praat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feelins/Praat_Scripts/HEAD/09-get_duration_and_pitch/Get_Duration_and_Pitch.Praat -------------------------------------------------------------------------------- /09-get_duration_and_pitch/input_PitchTier/000001.PitchTier: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feelins/Praat_Scripts/HEAD/09-get_duration_and_pitch/input_PitchTier/000001.PitchTier -------------------------------------------------------------------------------- /09-get_duration_and_pitch/input_TextGrid/000001.TextGrid: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feelins/Praat_Scripts/HEAD/09-get_duration_and_pitch/input_TextGrid/000001.TextGrid -------------------------------------------------------------------------------- /09-get_duration_and_pitch/input_wav/000001.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feelins/Praat_Scripts/HEAD/09-get_duration_and_pitch/input_wav/000001.wav -------------------------------------------------------------------------------- /09-get_duration_and_pitch/result_duration_pitch.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feelins/Praat_Scripts/HEAD/09-get_duration_and_pitch/result_duration_pitch.txt -------------------------------------------------------------------------------- /09-get_duration_and_pitch/中文声调图.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feelins/Praat_Scripts/HEAD/09-get_duration_and_pitch/中文声调图.xlsx -------------------------------------------------------------------------------- /10-get_duration_and_formant/Get_Duration_and_Formant.Praat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feelins/Praat_Scripts/HEAD/10-get_duration_and_formant/Get_Duration_and_Formant.Praat -------------------------------------------------------------------------------- /10-get_duration_and_formant/input_TextGrid/000001.TextGrid: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feelins/Praat_Scripts/HEAD/10-get_duration_and_formant/input_TextGrid/000001.TextGrid -------------------------------------------------------------------------------- /10-get_duration_and_formant/input_wav/000001.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feelins/Praat_Scripts/HEAD/10-get_duration_and_formant/input_wav/000001.wav -------------------------------------------------------------------------------- /10-get_duration_and_formant/result_duration_formant.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feelins/Praat_Scripts/HEAD/10-get_duration_and_formant/result_duration_formant.txt -------------------------------------------------------------------------------- /11-draw_vowel_map/Draw_Vowel_Map.Praat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feelins/Praat_Scripts/HEAD/11-draw_vowel_map/Draw_Vowel_Map.Praat -------------------------------------------------------------------------------- /11-draw_vowel_map/input_formant.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feelins/Praat_Scripts/HEAD/11-draw_vowel_map/input_formant.txt -------------------------------------------------------------------------------- /12-intonation_pattern/Get_Duration_and_Pitch_Sentence.Praat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feelins/Praat_Scripts/HEAD/12-intonation_pattern/Get_Duration_and_Pitch_Sentence.Praat -------------------------------------------------------------------------------- /12-intonation_pattern/input_data/j-rea5-f3_016.TextGrid: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feelins/Praat_Scripts/HEAD/12-intonation_pattern/input_data/j-rea5-f3_016.TextGrid -------------------------------------------------------------------------------- /12-intonation_pattern/input_data/j-rea5-f3_016.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feelins/Praat_Scripts/HEAD/12-intonation_pattern/input_data/j-rea5-f3_016.wav -------------------------------------------------------------------------------- /12-intonation_pattern/input_data/j-rea5-f5_016.TextGrid: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feelins/Praat_Scripts/HEAD/12-intonation_pattern/input_data/j-rea5-f5_016.TextGrid -------------------------------------------------------------------------------- /12-intonation_pattern/input_data/j-rea5-f5_016.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feelins/Praat_Scripts/HEAD/12-intonation_pattern/input_data/j-rea5-f5_016.wav -------------------------------------------------------------------------------- /12-intonation_pattern/input_data/j-rea5-f6_016.TextGrid: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feelins/Praat_Scripts/HEAD/12-intonation_pattern/input_data/j-rea5-f6_016.TextGrid -------------------------------------------------------------------------------- /12-intonation_pattern/input_data/j-rea5-f6_016.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feelins/Praat_Scripts/HEAD/12-intonation_pattern/input_data/j-rea5-f6_016.wav -------------------------------------------------------------------------------- /12-intonation_pattern/input_data/j-rea5-m1_016.TextGrid: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feelins/Praat_Scripts/HEAD/12-intonation_pattern/input_data/j-rea5-m1_016.TextGrid -------------------------------------------------------------------------------- /12-intonation_pattern/input_data/j-rea5-m1_016.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feelins/Praat_Scripts/HEAD/12-intonation_pattern/input_data/j-rea5-m1_016.wav -------------------------------------------------------------------------------- /12-intonation_pattern/input_data/j-rea5-m2_016.TextGrid: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feelins/Praat_Scripts/HEAD/12-intonation_pattern/input_data/j-rea5-m2_016.TextGrid -------------------------------------------------------------------------------- /12-intonation_pattern/input_data/j-rea5-m2_016.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feelins/Praat_Scripts/HEAD/12-intonation_pattern/input_data/j-rea5-m2_016.wav -------------------------------------------------------------------------------- /12-intonation_pattern/result_duration_pitch.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feelins/Praat_Scripts/HEAD/12-intonation_pattern/result_duration_pitch.txt -------------------------------------------------------------------------------- /12-intonation_pattern/tone_pattern.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feelins/Praat_Scripts/HEAD/12-intonation_pattern/tone_pattern.xlsx -------------------------------------------------------------------------------- /13-cut_silence/Cut_Wav_TextGrid.Praat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feelins/Praat_Scripts/HEAD/13-cut_silence/Cut_Wav_TextGrid.Praat -------------------------------------------------------------------------------- /13-cut_silence/First/new_textgrid/000001.TextGrid: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feelins/Praat_Scripts/HEAD/13-cut_silence/First/new_textgrid/000001.TextGrid -------------------------------------------------------------------------------- /13-cut_silence/First/new_wavs/000001.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feelins/Praat_Scripts/HEAD/13-cut_silence/First/new_wavs/000001.wav -------------------------------------------------------------------------------- /13-cut_silence/First/old_textgrid/000001.TextGrid: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feelins/Praat_Scripts/HEAD/13-cut_silence/First/old_textgrid/000001.TextGrid -------------------------------------------------------------------------------- /13-cut_silence/First/old_wavs/000001.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feelins/Praat_Scripts/HEAD/13-cut_silence/First/old_wavs/000001.wav -------------------------------------------------------------------------------- /13-cut_silence/Second/new_wavs/000001.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feelins/Praat_Scripts/HEAD/13-cut_silence/Second/new_wavs/000001.wav -------------------------------------------------------------------------------- /13-cut_silence/Second/old_wavs/000001.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feelins/Praat_Scripts/HEAD/13-cut_silence/Second/old_wavs/000001.wav -------------------------------------------------------------------------------- /14-helpful_customized_menu/data/000001.TextGrid: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feelins/Praat_Scripts/HEAD/14-helpful_customized_menu/data/000001.TextGrid -------------------------------------------------------------------------------- /14-helpful_customized_menu/data/000001.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feelins/Praat_Scripts/HEAD/14-helpful_customized_menu/data/000001.wav -------------------------------------------------------------------------------- /14-helpful_customized_menu/plugin_Queak/Add_One_Selected_Boundary.Praat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feelins/Praat_Scripts/HEAD/14-helpful_customized_menu/plugin_Queak/Add_One_Selected_Boundary.Praat -------------------------------------------------------------------------------- /14-helpful_customized_menu/plugin_Queak/Cut_Selected_Sound.Praat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feelins/Praat_Scripts/HEAD/14-helpful_customized_menu/plugin_Queak/Cut_Selected_Sound.Praat -------------------------------------------------------------------------------- /14-helpful_customized_menu/plugin_Queak/Delete_One_Selected_Boundary.Praat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feelins/Praat_Scripts/HEAD/14-helpful_customized_menu/plugin_Queak/Delete_One_Selected_Boundary.Praat -------------------------------------------------------------------------------- /14-helpful_customized_menu/plugin_Queak/Delete_Selected_Boundary.Praat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feelins/Praat_Scripts/HEAD/14-helpful_customized_menu/plugin_Queak/Delete_Selected_Boundary.Praat -------------------------------------------------------------------------------- /14-helpful_customized_menu/plugin_Queak/Save_Selected_Parts.Praat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feelins/Praat_Scripts/HEAD/14-helpful_customized_menu/plugin_Queak/Save_Selected_Parts.Praat -------------------------------------------------------------------------------- /14-helpful_customized_menu/plugin_Queak/Save_Selected_Sound.Praat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feelins/Praat_Scripts/HEAD/14-helpful_customized_menu/plugin_Queak/Save_Selected_Sound.Praat -------------------------------------------------------------------------------- /14-helpful_customized_menu/plugin_Queak/setup.praat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feelins/Praat_Scripts/HEAD/14-helpful_customized_menu/plugin_Queak/setup.praat -------------------------------------------------------------------------------- /16-compute_VC/Compute_Rythms_By_VC.Praat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feelins/Praat_Scripts/HEAD/16-compute_VC/Compute_Rythms_By_VC.Praat -------------------------------------------------------------------------------- /16-compute_VC/data/000001.TextGrid: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feelins/Praat_Scripts/HEAD/16-compute_VC/data/000001.TextGrid -------------------------------------------------------------------------------- /16-compute_VC/data/000001.TextGrid_C.Table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feelins/Praat_Scripts/HEAD/16-compute_VC/data/000001.TextGrid_C.Table -------------------------------------------------------------------------------- /16-compute_VC/data/000001.TextGrid_V.Table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feelins/Praat_Scripts/HEAD/16-compute_VC/data/000001.TextGrid_V.Table -------------------------------------------------------------------------------- /16-compute_VC/data/000002.TextGrid: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feelins/Praat_Scripts/HEAD/16-compute_VC/data/000002.TextGrid -------------------------------------------------------------------------------- /16-compute_VC/data/000002.TextGrid_C.Table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feelins/Praat_Scripts/HEAD/16-compute_VC/data/000002.TextGrid_C.Table -------------------------------------------------------------------------------- /16-compute_VC/data/000002.TextGrid_V.Table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feelins/Praat_Scripts/HEAD/16-compute_VC/data/000002.TextGrid_V.Table -------------------------------------------------------------------------------- /16-compute_VC/result.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feelins/Praat_Scripts/HEAD/16-compute_VC/result.txt -------------------------------------------------------------------------------- /17-split_one_phoneme_into_two/Split_One_Phoneme_into_Two.praat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feelins/Praat_Scripts/HEAD/17-split_one_phoneme_into_two/Split_One_Phoneme_into_Two.praat -------------------------------------------------------------------------------- /17-split_one_phoneme_into_two/log.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feelins/Praat_Scripts/HEAD/17-split_one_phoneme_into_two/log.txt -------------------------------------------------------------------------------- /17-split_one_phoneme_into_two/new_TextGrid/cmu_us_arctic_slt_a0001.TextGrid: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feelins/Praat_Scripts/HEAD/17-split_one_phoneme_into_two/new_TextGrid/cmu_us_arctic_slt_a0001.TextGrid -------------------------------------------------------------------------------- /17-split_one_phoneme_into_two/old_TextGrid/cmu_us_arctic_slt_a0001.TextGrid: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feelins/Praat_Scripts/HEAD/17-split_one_phoneme_into_two/old_TextGrid/cmu_us_arctic_slt_a0001.TextGrid -------------------------------------------------------------------------------- /17-split_one_phoneme_into_two/split_list.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feelins/Praat_Scripts/HEAD/17-split_one_phoneme_into_two/split_list.txt -------------------------------------------------------------------------------- /18-adjust_peak/Adjust_Sound_Peak.Praat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feelins/Praat_Scripts/HEAD/18-adjust_peak/Adjust_Sound_Peak.Praat -------------------------------------------------------------------------------- /18-adjust_peak/new_wavs/cmu_us_arctic_slt_a0001.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feelins/Praat_Scripts/HEAD/18-adjust_peak/new_wavs/cmu_us_arctic_slt_a0001.wav -------------------------------------------------------------------------------- /18-adjust_peak/new_wavs/cmu_us_arctic_slt_a0002.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feelins/Praat_Scripts/HEAD/18-adjust_peak/new_wavs/cmu_us_arctic_slt_a0002.wav -------------------------------------------------------------------------------- /18-adjust_peak/new_wavs/cmu_us_arctic_slt_a0003.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feelins/Praat_Scripts/HEAD/18-adjust_peak/new_wavs/cmu_us_arctic_slt_a0003.wav -------------------------------------------------------------------------------- /18-adjust_peak/new_wavs/cmu_us_arctic_slt_a0004.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feelins/Praat_Scripts/HEAD/18-adjust_peak/new_wavs/cmu_us_arctic_slt_a0004.wav -------------------------------------------------------------------------------- /18-adjust_peak/new_wavs/cmu_us_arctic_slt_a0005.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feelins/Praat_Scripts/HEAD/18-adjust_peak/new_wavs/cmu_us_arctic_slt_a0005.wav -------------------------------------------------------------------------------- /18-adjust_peak/old_wavs/cmu_us_arctic_slt_a0001.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feelins/Praat_Scripts/HEAD/18-adjust_peak/old_wavs/cmu_us_arctic_slt_a0001.wav -------------------------------------------------------------------------------- /18-adjust_peak/old_wavs/cmu_us_arctic_slt_a0002.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feelins/Praat_Scripts/HEAD/18-adjust_peak/old_wavs/cmu_us_arctic_slt_a0002.wav -------------------------------------------------------------------------------- /18-adjust_peak/old_wavs/cmu_us_arctic_slt_a0003.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feelins/Praat_Scripts/HEAD/18-adjust_peak/old_wavs/cmu_us_arctic_slt_a0003.wav -------------------------------------------------------------------------------- /18-adjust_peak/old_wavs/cmu_us_arctic_slt_a0004.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feelins/Praat_Scripts/HEAD/18-adjust_peak/old_wavs/cmu_us_arctic_slt_a0004.wav -------------------------------------------------------------------------------- /18-adjust_peak/old_wavs/cmu_us_arctic_slt_a0005.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feelins/Praat_Scripts/HEAD/18-adjust_peak/old_wavs/cmu_us_arctic_slt_a0005.wav -------------------------------------------------------------------------------- /19-save_one_channel_sound_files/Save_Channel_Sound_Files.Praat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feelins/Praat_Scripts/HEAD/19-save_one_channel_sound_files/Save_Channel_Sound_Files.Praat -------------------------------------------------------------------------------- /19-save_one_channel_sound_files/wavs_1_channel/cmu_us_arctic_slt_a0001.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feelins/Praat_Scripts/HEAD/19-save_one_channel_sound_files/wavs_1_channel/cmu_us_arctic_slt_a0001.wav -------------------------------------------------------------------------------- /19-save_one_channel_sound_files/wavs_1_channel/cmu_us_arctic_slt_a0002.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feelins/Praat_Scripts/HEAD/19-save_one_channel_sound_files/wavs_1_channel/cmu_us_arctic_slt_a0002.wav -------------------------------------------------------------------------------- /19-save_one_channel_sound_files/wavs_1_channel/cmu_us_arctic_slt_a0003.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feelins/Praat_Scripts/HEAD/19-save_one_channel_sound_files/wavs_1_channel/cmu_us_arctic_slt_a0003.wav -------------------------------------------------------------------------------- /19-save_one_channel_sound_files/wavs_1_channel/cmu_us_arctic_slt_a0004.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feelins/Praat_Scripts/HEAD/19-save_one_channel_sound_files/wavs_1_channel/cmu_us_arctic_slt_a0004.wav -------------------------------------------------------------------------------- /19-save_one_channel_sound_files/wavs_1_channel/cmu_us_arctic_slt_a0005.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feelins/Praat_Scripts/HEAD/19-save_one_channel_sound_files/wavs_1_channel/cmu_us_arctic_slt_a0005.wav -------------------------------------------------------------------------------- /19-save_one_channel_sound_files/wavs_1_channel/cmu_us_arctic_slt_a0006.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feelins/Praat_Scripts/HEAD/19-save_one_channel_sound_files/wavs_1_channel/cmu_us_arctic_slt_a0006.wav -------------------------------------------------------------------------------- /19-save_one_channel_sound_files/wavs_1_channel/cmu_us_arctic_slt_a0007.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feelins/Praat_Scripts/HEAD/19-save_one_channel_sound_files/wavs_1_channel/cmu_us_arctic_slt_a0007.wav -------------------------------------------------------------------------------- /19-save_one_channel_sound_files/wavs_1_channel/cmu_us_arctic_slt_a0008.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feelins/Praat_Scripts/HEAD/19-save_one_channel_sound_files/wavs_1_channel/cmu_us_arctic_slt_a0008.wav -------------------------------------------------------------------------------- /19-save_one_channel_sound_files/wavs_1_channel/cmu_us_arctic_slt_a0009.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feelins/Praat_Scripts/HEAD/19-save_one_channel_sound_files/wavs_1_channel/cmu_us_arctic_slt_a0009.wav -------------------------------------------------------------------------------- /19-save_one_channel_sound_files/wavs_1_channel/cmu_us_arctic_slt_a0010.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feelins/Praat_Scripts/HEAD/19-save_one_channel_sound_files/wavs_1_channel/cmu_us_arctic_slt_a0010.wav -------------------------------------------------------------------------------- /19-save_one_channel_sound_files/wavs_2_channels/cmu_us_arctic_slt_a0001.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feelins/Praat_Scripts/HEAD/19-save_one_channel_sound_files/wavs_2_channels/cmu_us_arctic_slt_a0001.wav -------------------------------------------------------------------------------- /19-save_one_channel_sound_files/wavs_2_channels/cmu_us_arctic_slt_a0002.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feelins/Praat_Scripts/HEAD/19-save_one_channel_sound_files/wavs_2_channels/cmu_us_arctic_slt_a0002.wav -------------------------------------------------------------------------------- /19-save_one_channel_sound_files/wavs_2_channels/cmu_us_arctic_slt_a0003.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feelins/Praat_Scripts/HEAD/19-save_one_channel_sound_files/wavs_2_channels/cmu_us_arctic_slt_a0003.wav -------------------------------------------------------------------------------- /19-save_one_channel_sound_files/wavs_2_channels/cmu_us_arctic_slt_a0004.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feelins/Praat_Scripts/HEAD/19-save_one_channel_sound_files/wavs_2_channels/cmu_us_arctic_slt_a0004.wav -------------------------------------------------------------------------------- /19-save_one_channel_sound_files/wavs_2_channels/cmu_us_arctic_slt_a0005.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feelins/Praat_Scripts/HEAD/19-save_one_channel_sound_files/wavs_2_channels/cmu_us_arctic_slt_a0005.wav -------------------------------------------------------------------------------- /19-save_one_channel_sound_files/wavs_2_channels/cmu_us_arctic_slt_a0006.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feelins/Praat_Scripts/HEAD/19-save_one_channel_sound_files/wavs_2_channels/cmu_us_arctic_slt_a0006.wav -------------------------------------------------------------------------------- /19-save_one_channel_sound_files/wavs_2_channels/cmu_us_arctic_slt_a0007.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feelins/Praat_Scripts/HEAD/19-save_one_channel_sound_files/wavs_2_channels/cmu_us_arctic_slt_a0007.wav -------------------------------------------------------------------------------- /19-save_one_channel_sound_files/wavs_2_channels/cmu_us_arctic_slt_a0008.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feelins/Praat_Scripts/HEAD/19-save_one_channel_sound_files/wavs_2_channels/cmu_us_arctic_slt_a0008.wav -------------------------------------------------------------------------------- /19-save_one_channel_sound_files/wavs_2_channels/cmu_us_arctic_slt_a0009.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feelins/Praat_Scripts/HEAD/19-save_one_channel_sound_files/wavs_2_channels/cmu_us_arctic_slt_a0009.wav -------------------------------------------------------------------------------- /19-save_one_channel_sound_files/wavs_2_channels/cmu_us_arctic_slt_a0010.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feelins/Praat_Scripts/HEAD/19-save_one_channel_sound_files/wavs_2_channels/cmu_us_arctic_slt_a0010.wav -------------------------------------------------------------------------------- /20-stats_basic_infomation/Get_basic_infos.praat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feelins/Praat_Scripts/HEAD/20-stats_basic_infomation/Get_basic_infos.praat -------------------------------------------------------------------------------- /21-get_selected_files/Get_Files_of_Selected_List.Praat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feelins/Praat_Scripts/HEAD/21-get_selected_files/Get_Files_of_Selected_List.Praat -------------------------------------------------------------------------------- /22-get_duration_and_intensity/Get_Duration_and_Intensity.Praat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feelins/Praat_Scripts/HEAD/22-get_duration_and_intensity/Get_Duration_and_Intensity.Praat -------------------------------------------------------------------------------- /22-get_duration_and_intensity/input_TextGrid/000001.TextGrid: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feelins/Praat_Scripts/HEAD/22-get_duration_and_intensity/input_TextGrid/000001.TextGrid -------------------------------------------------------------------------------- /22-get_duration_and_intensity/input_wav/000001.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feelins/Praat_Scripts/HEAD/22-get_duration_and_intensity/input_wav/000001.wav -------------------------------------------------------------------------------- /22-get_duration_and_intensity/result_duration_intensity.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feelins/Praat_Scripts/HEAD/22-get_duration_and_intensity/result_duration_intensity.txt -------------------------------------------------------------------------------- /23-auto_annotation_01/TextGrid/000001.TextGrid: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feelins/Praat_Scripts/HEAD/23-auto_annotation_01/TextGrid/000001.TextGrid -------------------------------------------------------------------------------- /23-auto_annotation_01/TextGrid/000002.TextGrid: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feelins/Praat_Scripts/HEAD/23-auto_annotation_01/TextGrid/000002.TextGrid -------------------------------------------------------------------------------- /23-auto_annotation_01/audios/000001.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feelins/Praat_Scripts/HEAD/23-auto_annotation_01/audios/000001.wav -------------------------------------------------------------------------------- /23-auto_annotation_01/audios/000002.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feelins/Praat_Scripts/HEAD/23-auto_annotation_01/audios/000002.wav -------------------------------------------------------------------------------- /23-auto_annotation_01/dict.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feelins/Praat_Scripts/HEAD/23-auto_annotation_01/dict.txt -------------------------------------------------------------------------------- /23-auto_annotation_01/labels/000001.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feelins/Praat_Scripts/HEAD/23-auto_annotation_01/labels/000001.txt -------------------------------------------------------------------------------- /23-auto_annotation_01/labels/000002.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feelins/Praat_Scripts/HEAD/23-auto_annotation_01/labels/000002.txt -------------------------------------------------------------------------------- /23-auto_annotation_01/simple_auto_annotation.Praat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feelins/Praat_Scripts/HEAD/23-auto_annotation_01/simple_auto_annotation.Praat -------------------------------------------------------------------------------- /24-tobi_auto_annotation/data/cmu_us_arctic_slt_a0001.TextGrid: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feelins/Praat_Scripts/HEAD/24-tobi_auto_annotation/data/cmu_us_arctic_slt_a0001.TextGrid -------------------------------------------------------------------------------- /24-tobi_auto_annotation/data/cmu_us_arctic_slt_a0001.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feelins/Praat_Scripts/HEAD/24-tobi_auto_annotation/data/cmu_us_arctic_slt_a0001.wav -------------------------------------------------------------------------------- /24-tobi_auto_annotation/data/cmu_us_arctic_slt_a0002.TextGrid: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feelins/Praat_Scripts/HEAD/24-tobi_auto_annotation/data/cmu_us_arctic_slt_a0002.TextGrid -------------------------------------------------------------------------------- /24-tobi_auto_annotation/data/cmu_us_arctic_slt_a0002.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feelins/Praat_Scripts/HEAD/24-tobi_auto_annotation/data/cmu_us_arctic_slt_a0002.wav -------------------------------------------------------------------------------- /24-tobi_auto_annotation/data/cmu_us_arctic_slt_a0003.TextGrid: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feelins/Praat_Scripts/HEAD/24-tobi_auto_annotation/data/cmu_us_arctic_slt_a0003.TextGrid -------------------------------------------------------------------------------- /24-tobi_auto_annotation/data/cmu_us_arctic_slt_a0003.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feelins/Praat_Scripts/HEAD/24-tobi_auto_annotation/data/cmu_us_arctic_slt_a0003.wav -------------------------------------------------------------------------------- /24-tobi_auto_annotation/dict/fricatives.txt: -------------------------------------------------------------------------------- 1 | CH 2 | DH 3 | F 4 | H 5 | HH 6 | JH 7 | S 8 | SH 9 | TH 10 | V 11 | Z 12 | ZH -------------------------------------------------------------------------------- /24-tobi_auto_annotation/dict/unvoiced.txt: -------------------------------------------------------------------------------- 1 | P 2 | T 3 | K 4 | F 5 | CH 6 | H 7 | HH 8 | S 9 | SH 10 | TH -------------------------------------------------------------------------------- /24-tobi_auto_annotation/featureWriter.praat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feelins/Praat_Scripts/HEAD/24-tobi_auto_annotation/featureWriter.praat -------------------------------------------------------------------------------- /24-tobi_auto_annotation/module01.praat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feelins/Praat_Scripts/HEAD/24-tobi_auto_annotation/module01.praat -------------------------------------------------------------------------------- /24-tobi_auto_annotation/module02.praat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feelins/Praat_Scripts/HEAD/24-tobi_auto_annotation/module02.praat -------------------------------------------------------------------------------- /24-tobi_auto_annotation/module03.praat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feelins/Praat_Scripts/HEAD/24-tobi_auto_annotation/module03.praat -------------------------------------------------------------------------------- /24-tobi_auto_annotation/module04.praat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feelins/Praat_Scripts/HEAD/24-tobi_auto_annotation/module04.praat -------------------------------------------------------------------------------- /24-tobi_auto_annotation/module06.Praat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feelins/Praat_Scripts/HEAD/24-tobi_auto_annotation/module06.Praat -------------------------------------------------------------------------------- /24-tobi_auto_annotation/proceed_std.praat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feelins/Praat_Scripts/HEAD/24-tobi_auto_annotation/proceed_std.praat -------------------------------------------------------------------------------- /24-tobi_auto_annotation/textGrid.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feelins/Praat_Scripts/HEAD/24-tobi_auto_annotation/textGrid.py -------------------------------------------------------------------------------- /24-tobi_auto_annotation/tobi.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feelins/Praat_Scripts/HEAD/24-tobi_auto_annotation/tobi.py -------------------------------------------------------------------------------- /25_merge_tiers_of_different_dir/Merge_tiers_of_different_TextGrids.praat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feelins/Praat_Scripts/HEAD/25_merge_tiers_of_different_dir/Merge_tiers_of_different_TextGrids.praat -------------------------------------------------------------------------------- /25_merge_tiers_of_different_dir/oldTextGrid1/cmu_us_arctic_slt_a0001.TextGrid: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feelins/Praat_Scripts/HEAD/25_merge_tiers_of_different_dir/oldTextGrid1/cmu_us_arctic_slt_a0001.TextGrid -------------------------------------------------------------------------------- /25_merge_tiers_of_different_dir/oldTextGrid1/cmu_us_arctic_slt_a0002.TextGrid: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feelins/Praat_Scripts/HEAD/25_merge_tiers_of_different_dir/oldTextGrid1/cmu_us_arctic_slt_a0002.TextGrid -------------------------------------------------------------------------------- /25_merge_tiers_of_different_dir/oldTextGrid2/cmu_us_arctic_slt_a0001.TextGrid: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feelins/Praat_Scripts/HEAD/25_merge_tiers_of_different_dir/oldTextGrid2/cmu_us_arctic_slt_a0001.TextGrid -------------------------------------------------------------------------------- /25_merge_tiers_of_different_dir/oldTextGrid2/cmu_us_arctic_slt_a0002.TextGrid: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feelins/Praat_Scripts/HEAD/25_merge_tiers_of_different_dir/oldTextGrid2/cmu_us_arctic_slt_a0002.TextGrid -------------------------------------------------------------------------------- /26_Easy_align/homepage.txt: -------------------------------------------------------------------------------- 1 | http://latlcui.unige.ch/phonetique/easyalign.php -------------------------------------------------------------------------------- /28_merge_sound_files/combo_sound_files.Praat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feelins/Praat_Scripts/HEAD/28_merge_sound_files/combo_sound_files.Praat -------------------------------------------------------------------------------- /28_merge_sound_files/input_data/initial_wavs/LJ025-0076.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feelins/Praat_Scripts/HEAD/28_merge_sound_files/input_data/initial_wavs/LJ025-0076.wav -------------------------------------------------------------------------------- /28_merge_sound_files/input_data/initial_wavs/LJ037-0171.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feelins/Praat_Scripts/HEAD/28_merge_sound_files/input_data/initial_wavs/LJ037-0171.wav -------------------------------------------------------------------------------- /28_merge_sound_files/input_data/initial_wavs/LL025-0076.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feelins/Praat_Scripts/HEAD/28_merge_sound_files/input_data/initial_wavs/LL025-0076.wav -------------------------------------------------------------------------------- /28_merge_sound_files/input_data/initial_wavs/LL037-0171.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feelins/Praat_Scripts/HEAD/28_merge_sound_files/input_data/initial_wavs/LL037-0171.wav -------------------------------------------------------------------------------- /28_merge_sound_files/input_data/initial_wavs/LM037-0171.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feelins/Praat_Scripts/HEAD/28_merge_sound_files/input_data/initial_wavs/LM037-0171.wav -------------------------------------------------------------------------------- /28_merge_sound_files/input_data/initial_wavs2/LJ025-0076.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feelins/Praat_Scripts/HEAD/28_merge_sound_files/input_data/initial_wavs2/LJ025-0076.wav -------------------------------------------------------------------------------- /28_merge_sound_files/input_data/initial_wavs2/LJ037-0171.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feelins/Praat_Scripts/HEAD/28_merge_sound_files/input_data/initial_wavs2/LJ037-0171.wav -------------------------------------------------------------------------------- /28_merge_sound_files/specific_list.txt: -------------------------------------------------------------------------------- 1 | LL 2 | LM -------------------------------------------------------------------------------- /29-gen_one_tier_TextGrid/create_one_tier_TextGrid.Praat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feelins/Praat_Scripts/HEAD/29-gen_one_tier_TextGrid/create_one_tier_TextGrid.Praat -------------------------------------------------------------------------------- /29-gen_one_tier_TextGrid/extract_one_tier_TextGrid.Praat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feelins/Praat_Scripts/HEAD/29-gen_one_tier_TextGrid/extract_one_tier_TextGrid.Praat -------------------------------------------------------------------------------- /29-gen_one_tier_TextGrid/outTextGrids/000001.TextGrid: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feelins/Praat_Scripts/HEAD/29-gen_one_tier_TextGrid/outTextGrids/000001.TextGrid -------------------------------------------------------------------------------- /29-gen_one_tier_TextGrid/txt_list.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feelins/Praat_Scripts/HEAD/29-gen_one_tier_TextGrid/txt_list.txt -------------------------------------------------------------------------------- /29-gen_one_tier_TextGrid/txt_list_checked.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feelins/Praat_Scripts/HEAD/29-gen_one_tier_TextGrid/txt_list_checked.txt -------------------------------------------------------------------------------- /29-gen_one_tier_TextGrid/wavs/000001.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feelins/Praat_Scripts/HEAD/29-gen_one_tier_TextGrid/wavs/000001.wav -------------------------------------------------------------------------------- /31-sound_files_from_mp3_to_wav/Reformat_Sound_Files.Praat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feelins/Praat_Scripts/HEAD/31-sound_files_from_mp3_to_wav/Reformat_Sound_Files.Praat -------------------------------------------------------------------------------- /31-sound_files_from_mp3_to_wav/mp3s/000001.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feelins/Praat_Scripts/HEAD/31-sound_files_from_mp3_to_wav/mp3s/000001.mp3 -------------------------------------------------------------------------------- /31-sound_files_from_mp3_to_wav/wavs/000001.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feelins/Praat_Scripts/HEAD/31-sound_files_from_mp3_to_wav/wavs/000001.wav -------------------------------------------------------------------------------- /32-textgrid_to_json/Textgrid_to_json.Praat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feelins/Praat_Scripts/HEAD/32-textgrid_to_json/Textgrid_to_json.Praat -------------------------------------------------------------------------------- /32-textgrid_to_json/jsons/000001.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feelins/Praat_Scripts/HEAD/32-textgrid_to_json/jsons/000001.json -------------------------------------------------------------------------------- /32-textgrid_to_json/textgrids/000001.TextGrid: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feelins/Praat_Scripts/HEAD/32-textgrid_to_json/textgrids/000001.TextGrid -------------------------------------------------------------------------------- /33-MFCC_by_Praat_script/Get_MFCC.Praat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feelins/Praat_Scripts/HEAD/33-MFCC_by_Praat_script/Get_MFCC.Praat -------------------------------------------------------------------------------- /33-MFCC_by_Praat_script/MFCC/000001.MFCC: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feelins/Praat_Scripts/HEAD/33-MFCC_by_Praat_script/MFCC/000001.MFCC -------------------------------------------------------------------------------- /33-MFCC_by_Praat_script/MFCC/000002.MFCC: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feelins/Praat_Scripts/HEAD/33-MFCC_by_Praat_script/MFCC/000002.MFCC -------------------------------------------------------------------------------- /33-MFCC_by_Praat_script/wavs/000001.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feelins/Praat_Scripts/HEAD/33-MFCC_by_Praat_script/wavs/000001.wav -------------------------------------------------------------------------------- /33-MFCC_by_Praat_script/wavs/000002.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feelins/Praat_Scripts/HEAD/33-MFCC_by_Praat_script/wavs/000002.wav -------------------------------------------------------------------------------- /34-normalize_silence/Cut_Wav_TextGrid_middle.Praat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feelins/Praat_Scripts/HEAD/34-normalize_silence/Cut_Wav_TextGrid_middle.Praat -------------------------------------------------------------------------------- /34-normalize_silence/input_wavs/001.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feelins/Praat_Scripts/HEAD/34-normalize_silence/input_wavs/001.wav -------------------------------------------------------------------------------- /34-normalize_silence/input_wavs_textgrids/001.TextGrid: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feelins/Praat_Scripts/HEAD/34-normalize_silence/input_wavs_textgrids/001.TextGrid -------------------------------------------------------------------------------- /34-normalize_silence/input_wavs_textgrids/001.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feelins/Praat_Scripts/HEAD/34-normalize_silence/input_wavs_textgrids/001.wav -------------------------------------------------------------------------------- /34-normalize_silence/new_TextGrids/001.TextGrid: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feelins/Praat_Scripts/HEAD/34-normalize_silence/new_TextGrids/001.TextGrid -------------------------------------------------------------------------------- /34-normalize_silence/new_wavs/001.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feelins/Praat_Scripts/HEAD/34-normalize_silence/new_wavs/001.wav -------------------------------------------------------------------------------- /34-normalize_silence/output_wavs_textgrids/001.TextGrid: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feelins/Praat_Scripts/HEAD/34-normalize_silence/output_wavs_textgrids/001.TextGrid -------------------------------------------------------------------------------- /34-normalize_silence/output_wavs_textgrids/001.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feelins/Praat_Scripts/HEAD/34-normalize_silence/output_wavs_textgrids/001.wav -------------------------------------------------------------------------------- /36-add_silence_to_audio/add_silence_to_sound.praat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feelins/Praat_Scripts/HEAD/36-add_silence_to_audio/add_silence_to_sound.praat -------------------------------------------------------------------------------- /36-add_silence_to_audio/input_wav/000001.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feelins/Praat_Scripts/HEAD/36-add_silence_to_audio/input_wav/000001.wav -------------------------------------------------------------------------------- /36-add_silence_to_audio/output_wav/000001.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feelins/Praat_Scripts/HEAD/36-add_silence_to_audio/output_wav/000001.wav -------------------------------------------------------------------------------- /37-textgrid_to_rhythm_txt/Rhythm_point.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feelins/Praat_Scripts/HEAD/37-textgrid_to_rhythm_txt/Rhythm_point.txt -------------------------------------------------------------------------------- /37-textgrid_to_rhythm_txt/Rhythm_中文.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feelins/Praat_Scripts/HEAD/37-textgrid_to_rhythm_txt/Rhythm_中文.txt -------------------------------------------------------------------------------- /37-textgrid_to_rhythm_txt/Rhythm_英语.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feelins/Praat_Scripts/HEAD/37-textgrid_to_rhythm_txt/Rhythm_英语.txt -------------------------------------------------------------------------------- /37-textgrid_to_rhythm_txt/TextGrid_to_Rhythm_TXT.Praat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feelins/Praat_Scripts/HEAD/37-textgrid_to_rhythm_txt/TextGrid_to_Rhythm_TXT.Praat -------------------------------------------------------------------------------- /37-textgrid_to_rhythm_txt/input_data_中文/000001.TextGrid: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feelins/Praat_Scripts/HEAD/37-textgrid_to_rhythm_txt/input_data_中文/000001.TextGrid -------------------------------------------------------------------------------- /37-textgrid_to_rhythm_txt/input_data_中文/000002.TextGrid: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feelins/Praat_Scripts/HEAD/37-textgrid_to_rhythm_txt/input_data_中文/000002.TextGrid -------------------------------------------------------------------------------- /37-textgrid_to_rhythm_txt/input_data_中文/000003.TextGrid: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feelins/Praat_Scripts/HEAD/37-textgrid_to_rhythm_txt/input_data_中文/000003.TextGrid -------------------------------------------------------------------------------- /37-textgrid_to_rhythm_txt/input_data_中文/000004.TextGrid: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feelins/Praat_Scripts/HEAD/37-textgrid_to_rhythm_txt/input_data_中文/000004.TextGrid -------------------------------------------------------------------------------- /37-textgrid_to_rhythm_txt/input_data_中文/000005.TextGrid: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feelins/Praat_Scripts/HEAD/37-textgrid_to_rhythm_txt/input_data_中文/000005.TextGrid -------------------------------------------------------------------------------- /37-textgrid_to_rhythm_txt/input_data_中文/000006.TextGrid: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feelins/Praat_Scripts/HEAD/37-textgrid_to_rhythm_txt/input_data_中文/000006.TextGrid -------------------------------------------------------------------------------- /37-textgrid_to_rhythm_txt/input_data_中文/000007.TextGrid: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feelins/Praat_Scripts/HEAD/37-textgrid_to_rhythm_txt/input_data_中文/000007.TextGrid -------------------------------------------------------------------------------- /37-textgrid_to_rhythm_txt/input_data_中文/000008.TextGrid: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feelins/Praat_Scripts/HEAD/37-textgrid_to_rhythm_txt/input_data_中文/000008.TextGrid -------------------------------------------------------------------------------- /37-textgrid_to_rhythm_txt/input_data_中文/000009.TextGrid: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feelins/Praat_Scripts/HEAD/37-textgrid_to_rhythm_txt/input_data_中文/000009.TextGrid -------------------------------------------------------------------------------- /37-textgrid_to_rhythm_txt/input_data_中文/000010.TextGrid: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feelins/Praat_Scripts/HEAD/37-textgrid_to_rhythm_txt/input_data_中文/000010.TextGrid -------------------------------------------------------------------------------- /37-textgrid_to_rhythm_txt/input_data_中文/000011.TextGrid: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feelins/Praat_Scripts/HEAD/37-textgrid_to_rhythm_txt/input_data_中文/000011.TextGrid -------------------------------------------------------------------------------- /37-textgrid_to_rhythm_txt/input_data_中文/000012.TextGrid: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feelins/Praat_Scripts/HEAD/37-textgrid_to_rhythm_txt/input_data_中文/000012.TextGrid -------------------------------------------------------------------------------- /37-textgrid_to_rhythm_txt/input_data_中文/000013.TextGrid: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feelins/Praat_Scripts/HEAD/37-textgrid_to_rhythm_txt/input_data_中文/000013.TextGrid -------------------------------------------------------------------------------- /37-textgrid_to_rhythm_txt/input_data_中文/000014.TextGrid: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feelins/Praat_Scripts/HEAD/37-textgrid_to_rhythm_txt/input_data_中文/000014.TextGrid -------------------------------------------------------------------------------- /37-textgrid_to_rhythm_txt/input_data_中文/000015.TextGrid: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feelins/Praat_Scripts/HEAD/37-textgrid_to_rhythm_txt/input_data_中文/000015.TextGrid -------------------------------------------------------------------------------- /37-textgrid_to_rhythm_txt/input_data_中文/000016.TextGrid: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feelins/Praat_Scripts/HEAD/37-textgrid_to_rhythm_txt/input_data_中文/000016.TextGrid -------------------------------------------------------------------------------- /37-textgrid_to_rhythm_txt/input_data_中文/000017.TextGrid: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feelins/Praat_Scripts/HEAD/37-textgrid_to_rhythm_txt/input_data_中文/000017.TextGrid -------------------------------------------------------------------------------- /37-textgrid_to_rhythm_txt/input_data_中文/000018.TextGrid: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feelins/Praat_Scripts/HEAD/37-textgrid_to_rhythm_txt/input_data_中文/000018.TextGrid -------------------------------------------------------------------------------- /37-textgrid_to_rhythm_txt/input_data_中文/000019.TextGrid: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feelins/Praat_Scripts/HEAD/37-textgrid_to_rhythm_txt/input_data_中文/000019.TextGrid -------------------------------------------------------------------------------- /37-textgrid_to_rhythm_txt/input_data_中文/000020.TextGrid: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feelins/Praat_Scripts/HEAD/37-textgrid_to_rhythm_txt/input_data_中文/000020.TextGrid -------------------------------------------------------------------------------- /37-textgrid_to_rhythm_txt/input_data_中文/000021.TextGrid: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feelins/Praat_Scripts/HEAD/37-textgrid_to_rhythm_txt/input_data_中文/000021.TextGrid -------------------------------------------------------------------------------- /37-textgrid_to_rhythm_txt/input_data_中文/000022.TextGrid: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feelins/Praat_Scripts/HEAD/37-textgrid_to_rhythm_txt/input_data_中文/000022.TextGrid -------------------------------------------------------------------------------- /37-textgrid_to_rhythm_txt/input_data_中文/000023.TextGrid: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feelins/Praat_Scripts/HEAD/37-textgrid_to_rhythm_txt/input_data_中文/000023.TextGrid -------------------------------------------------------------------------------- /37-textgrid_to_rhythm_txt/input_data_中文/000024.TextGrid: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feelins/Praat_Scripts/HEAD/37-textgrid_to_rhythm_txt/input_data_中文/000024.TextGrid -------------------------------------------------------------------------------- /37-textgrid_to_rhythm_txt/input_data_中文/000025.TextGrid: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feelins/Praat_Scripts/HEAD/37-textgrid_to_rhythm_txt/input_data_中文/000025.TextGrid -------------------------------------------------------------------------------- /37-textgrid_to_rhythm_txt/input_data_中文/000026.TextGrid: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feelins/Praat_Scripts/HEAD/37-textgrid_to_rhythm_txt/input_data_中文/000026.TextGrid -------------------------------------------------------------------------------- /37-textgrid_to_rhythm_txt/input_data_中文/000027.TextGrid: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feelins/Praat_Scripts/HEAD/37-textgrid_to_rhythm_txt/input_data_中文/000027.TextGrid -------------------------------------------------------------------------------- /37-textgrid_to_rhythm_txt/input_data_中文/000028.TextGrid: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feelins/Praat_Scripts/HEAD/37-textgrid_to_rhythm_txt/input_data_中文/000028.TextGrid -------------------------------------------------------------------------------- /37-textgrid_to_rhythm_txt/input_data_中文/000029.TextGrid: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feelins/Praat_Scripts/HEAD/37-textgrid_to_rhythm_txt/input_data_中文/000029.TextGrid -------------------------------------------------------------------------------- /37-textgrid_to_rhythm_txt/input_data_中文/000030.TextGrid: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feelins/Praat_Scripts/HEAD/37-textgrid_to_rhythm_txt/input_data_中文/000030.TextGrid -------------------------------------------------------------------------------- /37-textgrid_to_rhythm_txt/input_data_中文/000031.TextGrid: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feelins/Praat_Scripts/HEAD/37-textgrid_to_rhythm_txt/input_data_中文/000031.TextGrid -------------------------------------------------------------------------------- /37-textgrid_to_rhythm_txt/input_data_中文/000032.TextGrid: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feelins/Praat_Scripts/HEAD/37-textgrid_to_rhythm_txt/input_data_中文/000032.TextGrid -------------------------------------------------------------------------------- /37-textgrid_to_rhythm_txt/input_data_中文/000033.TextGrid: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feelins/Praat_Scripts/HEAD/37-textgrid_to_rhythm_txt/input_data_中文/000033.TextGrid -------------------------------------------------------------------------------- /37-textgrid_to_rhythm_txt/input_data_中文/000034.TextGrid: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feelins/Praat_Scripts/HEAD/37-textgrid_to_rhythm_txt/input_data_中文/000034.TextGrid -------------------------------------------------------------------------------- /37-textgrid_to_rhythm_txt/input_data_中文/000035.TextGrid: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feelins/Praat_Scripts/HEAD/37-textgrid_to_rhythm_txt/input_data_中文/000035.TextGrid -------------------------------------------------------------------------------- /37-textgrid_to_rhythm_txt/input_data_中文/000036.TextGrid: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feelins/Praat_Scripts/HEAD/37-textgrid_to_rhythm_txt/input_data_中文/000036.TextGrid -------------------------------------------------------------------------------- /37-textgrid_to_rhythm_txt/input_data_中文/000037.TextGrid: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feelins/Praat_Scripts/HEAD/37-textgrid_to_rhythm_txt/input_data_中文/000037.TextGrid -------------------------------------------------------------------------------- /37-textgrid_to_rhythm_txt/input_data_中文/000038.TextGrid: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feelins/Praat_Scripts/HEAD/37-textgrid_to_rhythm_txt/input_data_中文/000038.TextGrid -------------------------------------------------------------------------------- /37-textgrid_to_rhythm_txt/input_data_中文/000039.TextGrid: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feelins/Praat_Scripts/HEAD/37-textgrid_to_rhythm_txt/input_data_中文/000039.TextGrid -------------------------------------------------------------------------------- /37-textgrid_to_rhythm_txt/input_data_中文/000040.TextGrid: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feelins/Praat_Scripts/HEAD/37-textgrid_to_rhythm_txt/input_data_中文/000040.TextGrid -------------------------------------------------------------------------------- /37-textgrid_to_rhythm_txt/input_data_中文/000041.TextGrid: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feelins/Praat_Scripts/HEAD/37-textgrid_to_rhythm_txt/input_data_中文/000041.TextGrid -------------------------------------------------------------------------------- /37-textgrid_to_rhythm_txt/input_data_中文/000042.TextGrid: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feelins/Praat_Scripts/HEAD/37-textgrid_to_rhythm_txt/input_data_中文/000042.TextGrid -------------------------------------------------------------------------------- /37-textgrid_to_rhythm_txt/input_data_中文/000043.TextGrid: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feelins/Praat_Scripts/HEAD/37-textgrid_to_rhythm_txt/input_data_中文/000043.TextGrid -------------------------------------------------------------------------------- /37-textgrid_to_rhythm_txt/input_data_中文/000044.TextGrid: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feelins/Praat_Scripts/HEAD/37-textgrid_to_rhythm_txt/input_data_中文/000044.TextGrid -------------------------------------------------------------------------------- /37-textgrid_to_rhythm_txt/input_data_中文/000045.TextGrid: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feelins/Praat_Scripts/HEAD/37-textgrid_to_rhythm_txt/input_data_中文/000045.TextGrid -------------------------------------------------------------------------------- /37-textgrid_to_rhythm_txt/input_data_中文/000046.TextGrid: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feelins/Praat_Scripts/HEAD/37-textgrid_to_rhythm_txt/input_data_中文/000046.TextGrid -------------------------------------------------------------------------------- /37-textgrid_to_rhythm_txt/input_data_中文/000047.TextGrid: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feelins/Praat_Scripts/HEAD/37-textgrid_to_rhythm_txt/input_data_中文/000047.TextGrid -------------------------------------------------------------------------------- /37-textgrid_to_rhythm_txt/input_data_中文/000048.TextGrid: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feelins/Praat_Scripts/HEAD/37-textgrid_to_rhythm_txt/input_data_中文/000048.TextGrid -------------------------------------------------------------------------------- /37-textgrid_to_rhythm_txt/input_data_中文/000049.TextGrid: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feelins/Praat_Scripts/HEAD/37-textgrid_to_rhythm_txt/input_data_中文/000049.TextGrid -------------------------------------------------------------------------------- /37-textgrid_to_rhythm_txt/input_data_中文/000050.TextGrid: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feelins/Praat_Scripts/HEAD/37-textgrid_to_rhythm_txt/input_data_中文/000050.TextGrid -------------------------------------------------------------------------------- /37-textgrid_to_rhythm_txt/input_data_中文/000051.TextGrid: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feelins/Praat_Scripts/HEAD/37-textgrid_to_rhythm_txt/input_data_中文/000051.TextGrid -------------------------------------------------------------------------------- /37-textgrid_to_rhythm_txt/input_data_中文/000052.TextGrid: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feelins/Praat_Scripts/HEAD/37-textgrid_to_rhythm_txt/input_data_中文/000052.TextGrid -------------------------------------------------------------------------------- /37-textgrid_to_rhythm_txt/input_data_中文/000053.TextGrid: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feelins/Praat_Scripts/HEAD/37-textgrid_to_rhythm_txt/input_data_中文/000053.TextGrid -------------------------------------------------------------------------------- /37-textgrid_to_rhythm_txt/input_data_中文/000054.TextGrid: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feelins/Praat_Scripts/HEAD/37-textgrid_to_rhythm_txt/input_data_中文/000054.TextGrid -------------------------------------------------------------------------------- /37-textgrid_to_rhythm_txt/input_data_中文/000055.TextGrid: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feelins/Praat_Scripts/HEAD/37-textgrid_to_rhythm_txt/input_data_中文/000055.TextGrid -------------------------------------------------------------------------------- /37-textgrid_to_rhythm_txt/input_data_中文/000056.TextGrid: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feelins/Praat_Scripts/HEAD/37-textgrid_to_rhythm_txt/input_data_中文/000056.TextGrid -------------------------------------------------------------------------------- /37-textgrid_to_rhythm_txt/input_data_中文/000057.TextGrid: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feelins/Praat_Scripts/HEAD/37-textgrid_to_rhythm_txt/input_data_中文/000057.TextGrid -------------------------------------------------------------------------------- /37-textgrid_to_rhythm_txt/input_data_中文/000058.TextGrid: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feelins/Praat_Scripts/HEAD/37-textgrid_to_rhythm_txt/input_data_中文/000058.TextGrid -------------------------------------------------------------------------------- /37-textgrid_to_rhythm_txt/input_data_中文/000059.TextGrid: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feelins/Praat_Scripts/HEAD/37-textgrid_to_rhythm_txt/input_data_中文/000059.TextGrid -------------------------------------------------------------------------------- /37-textgrid_to_rhythm_txt/input_data_中文/000060.TextGrid: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feelins/Praat_Scripts/HEAD/37-textgrid_to_rhythm_txt/input_data_中文/000060.TextGrid -------------------------------------------------------------------------------- /37-textgrid_to_rhythm_txt/input_data_中文/000061.TextGrid: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feelins/Praat_Scripts/HEAD/37-textgrid_to_rhythm_txt/input_data_中文/000061.TextGrid -------------------------------------------------------------------------------- /37-textgrid_to_rhythm_txt/input_data_中文/000062.TextGrid: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feelins/Praat_Scripts/HEAD/37-textgrid_to_rhythm_txt/input_data_中文/000062.TextGrid -------------------------------------------------------------------------------- /37-textgrid_to_rhythm_txt/input_data_中文/000063.TextGrid: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feelins/Praat_Scripts/HEAD/37-textgrid_to_rhythm_txt/input_data_中文/000063.TextGrid -------------------------------------------------------------------------------- /37-textgrid_to_rhythm_txt/input_data_中文/000064.TextGrid: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feelins/Praat_Scripts/HEAD/37-textgrid_to_rhythm_txt/input_data_中文/000064.TextGrid -------------------------------------------------------------------------------- /37-textgrid_to_rhythm_txt/input_data_中文/000065.TextGrid: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feelins/Praat_Scripts/HEAD/37-textgrid_to_rhythm_txt/input_data_中文/000065.TextGrid -------------------------------------------------------------------------------- /37-textgrid_to_rhythm_txt/input_data_中文/000066.TextGrid: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feelins/Praat_Scripts/HEAD/37-textgrid_to_rhythm_txt/input_data_中文/000066.TextGrid -------------------------------------------------------------------------------- /37-textgrid_to_rhythm_txt/input_data_中文/000067.TextGrid: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feelins/Praat_Scripts/HEAD/37-textgrid_to_rhythm_txt/input_data_中文/000067.TextGrid -------------------------------------------------------------------------------- /37-textgrid_to_rhythm_txt/input_data_中文/000068.TextGrid: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feelins/Praat_Scripts/HEAD/37-textgrid_to_rhythm_txt/input_data_中文/000068.TextGrid -------------------------------------------------------------------------------- /37-textgrid_to_rhythm_txt/input_data_中文/000069.TextGrid: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feelins/Praat_Scripts/HEAD/37-textgrid_to_rhythm_txt/input_data_中文/000069.TextGrid -------------------------------------------------------------------------------- /37-textgrid_to_rhythm_txt/input_data_中文/000070.TextGrid: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feelins/Praat_Scripts/HEAD/37-textgrid_to_rhythm_txt/input_data_中文/000070.TextGrid -------------------------------------------------------------------------------- /37-textgrid_to_rhythm_txt/input_data_中文/000071.TextGrid: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feelins/Praat_Scripts/HEAD/37-textgrid_to_rhythm_txt/input_data_中文/000071.TextGrid -------------------------------------------------------------------------------- /37-textgrid_to_rhythm_txt/input_data_中文/000072.TextGrid: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feelins/Praat_Scripts/HEAD/37-textgrid_to_rhythm_txt/input_data_中文/000072.TextGrid -------------------------------------------------------------------------------- /37-textgrid_to_rhythm_txt/input_data_中文/000073.TextGrid: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feelins/Praat_Scripts/HEAD/37-textgrid_to_rhythm_txt/input_data_中文/000073.TextGrid -------------------------------------------------------------------------------- /37-textgrid_to_rhythm_txt/input_data_中文/000074.TextGrid: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feelins/Praat_Scripts/HEAD/37-textgrid_to_rhythm_txt/input_data_中文/000074.TextGrid -------------------------------------------------------------------------------- /37-textgrid_to_rhythm_txt/input_data_中文/000075.TextGrid: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feelins/Praat_Scripts/HEAD/37-textgrid_to_rhythm_txt/input_data_中文/000075.TextGrid -------------------------------------------------------------------------------- /37-textgrid_to_rhythm_txt/input_data_中文/000076.TextGrid: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feelins/Praat_Scripts/HEAD/37-textgrid_to_rhythm_txt/input_data_中文/000076.TextGrid -------------------------------------------------------------------------------- /37-textgrid_to_rhythm_txt/input_data_中文/000077.TextGrid: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feelins/Praat_Scripts/HEAD/37-textgrid_to_rhythm_txt/input_data_中文/000077.TextGrid -------------------------------------------------------------------------------- /37-textgrid_to_rhythm_txt/input_data_中文/000078.TextGrid: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feelins/Praat_Scripts/HEAD/37-textgrid_to_rhythm_txt/input_data_中文/000078.TextGrid -------------------------------------------------------------------------------- /37-textgrid_to_rhythm_txt/input_data_中文/000079.TextGrid: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feelins/Praat_Scripts/HEAD/37-textgrid_to_rhythm_txt/input_data_中文/000079.TextGrid -------------------------------------------------------------------------------- /37-textgrid_to_rhythm_txt/input_data_中文/000080.TextGrid: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feelins/Praat_Scripts/HEAD/37-textgrid_to_rhythm_txt/input_data_中文/000080.TextGrid -------------------------------------------------------------------------------- /37-textgrid_to_rhythm_txt/input_data_中文/000081.TextGrid: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feelins/Praat_Scripts/HEAD/37-textgrid_to_rhythm_txt/input_data_中文/000081.TextGrid -------------------------------------------------------------------------------- /37-textgrid_to_rhythm_txt/input_data_中文/000082.TextGrid: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feelins/Praat_Scripts/HEAD/37-textgrid_to_rhythm_txt/input_data_中文/000082.TextGrid -------------------------------------------------------------------------------- /37-textgrid_to_rhythm_txt/input_data_中文/000083.TextGrid: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feelins/Praat_Scripts/HEAD/37-textgrid_to_rhythm_txt/input_data_中文/000083.TextGrid -------------------------------------------------------------------------------- /37-textgrid_to_rhythm_txt/input_data_中文/000084.TextGrid: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feelins/Praat_Scripts/HEAD/37-textgrid_to_rhythm_txt/input_data_中文/000084.TextGrid -------------------------------------------------------------------------------- /37-textgrid_to_rhythm_txt/input_data_中文/000085.TextGrid: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feelins/Praat_Scripts/HEAD/37-textgrid_to_rhythm_txt/input_data_中文/000085.TextGrid -------------------------------------------------------------------------------- /37-textgrid_to_rhythm_txt/input_data_中文/000086.TextGrid: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feelins/Praat_Scripts/HEAD/37-textgrid_to_rhythm_txt/input_data_中文/000086.TextGrid -------------------------------------------------------------------------------- /37-textgrid_to_rhythm_txt/input_data_中文/000087.TextGrid: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feelins/Praat_Scripts/HEAD/37-textgrid_to_rhythm_txt/input_data_中文/000087.TextGrid -------------------------------------------------------------------------------- /37-textgrid_to_rhythm_txt/input_data_中文/000088.TextGrid: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feelins/Praat_Scripts/HEAD/37-textgrid_to_rhythm_txt/input_data_中文/000088.TextGrid -------------------------------------------------------------------------------- /37-textgrid_to_rhythm_txt/input_data_中文/000089.TextGrid: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feelins/Praat_Scripts/HEAD/37-textgrid_to_rhythm_txt/input_data_中文/000089.TextGrid -------------------------------------------------------------------------------- /37-textgrid_to_rhythm_txt/input_data_中文/000090.TextGrid: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feelins/Praat_Scripts/HEAD/37-textgrid_to_rhythm_txt/input_data_中文/000090.TextGrid -------------------------------------------------------------------------------- /37-textgrid_to_rhythm_txt/input_data_中文/000091.TextGrid: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feelins/Praat_Scripts/HEAD/37-textgrid_to_rhythm_txt/input_data_中文/000091.TextGrid -------------------------------------------------------------------------------- /37-textgrid_to_rhythm_txt/input_data_中文/000092.TextGrid: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feelins/Praat_Scripts/HEAD/37-textgrid_to_rhythm_txt/input_data_中文/000092.TextGrid -------------------------------------------------------------------------------- /37-textgrid_to_rhythm_txt/input_data_中文/000093.TextGrid: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feelins/Praat_Scripts/HEAD/37-textgrid_to_rhythm_txt/input_data_中文/000093.TextGrid -------------------------------------------------------------------------------- /37-textgrid_to_rhythm_txt/input_data_中文/000094.TextGrid: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feelins/Praat_Scripts/HEAD/37-textgrid_to_rhythm_txt/input_data_中文/000094.TextGrid -------------------------------------------------------------------------------- /37-textgrid_to_rhythm_txt/input_data_中文/000095.TextGrid: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feelins/Praat_Scripts/HEAD/37-textgrid_to_rhythm_txt/input_data_中文/000095.TextGrid -------------------------------------------------------------------------------- /37-textgrid_to_rhythm_txt/input_data_中文/000096.TextGrid: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feelins/Praat_Scripts/HEAD/37-textgrid_to_rhythm_txt/input_data_中文/000096.TextGrid -------------------------------------------------------------------------------- /37-textgrid_to_rhythm_txt/input_data_中文/000097.TextGrid: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feelins/Praat_Scripts/HEAD/37-textgrid_to_rhythm_txt/input_data_中文/000097.TextGrid -------------------------------------------------------------------------------- /37-textgrid_to_rhythm_txt/input_data_中文/000098.TextGrid: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feelins/Praat_Scripts/HEAD/37-textgrid_to_rhythm_txt/input_data_中文/000098.TextGrid -------------------------------------------------------------------------------- /37-textgrid_to_rhythm_txt/input_data_中文/000099.TextGrid: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feelins/Praat_Scripts/HEAD/37-textgrid_to_rhythm_txt/input_data_中文/000099.TextGrid -------------------------------------------------------------------------------- /37-textgrid_to_rhythm_txt/input_data_中文/000100.TextGrid: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feelins/Praat_Scripts/HEAD/37-textgrid_to_rhythm_txt/input_data_中文/000100.TextGrid -------------------------------------------------------------------------------- /37-textgrid_to_rhythm_txt/input_data_中文_PointTier/000001.TextGrid: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feelins/Praat_Scripts/HEAD/37-textgrid_to_rhythm_txt/input_data_中文_PointTier/000001.TextGrid -------------------------------------------------------------------------------- /37-textgrid_to_rhythm_txt/input_data_中文_PointTier/000002.TextGrid: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feelins/Praat_Scripts/HEAD/37-textgrid_to_rhythm_txt/input_data_中文_PointTier/000002.TextGrid -------------------------------------------------------------------------------- /37-textgrid_to_rhythm_txt/input_data_英语/84-121123-0000.TextGrid: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feelins/Praat_Scripts/HEAD/37-textgrid_to_rhythm_txt/input_data_英语/84-121123-0000.TextGrid -------------------------------------------------------------------------------- /37-textgrid_to_rhythm_txt/input_data_英语/84-121123-0001.TextGrid: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feelins/Praat_Scripts/HEAD/37-textgrid_to_rhythm_txt/input_data_英语/84-121123-0001.TextGrid -------------------------------------------------------------------------------- /37-textgrid_to_rhythm_txt/input_data_英语/84-121123-0002.TextGrid: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feelins/Praat_Scripts/HEAD/37-textgrid_to_rhythm_txt/input_data_英语/84-121123-0002.TextGrid -------------------------------------------------------------------------------- /37-textgrid_to_rhythm_txt/input_data_英语/84-121123-0003.TextGrid: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feelins/Praat_Scripts/HEAD/37-textgrid_to_rhythm_txt/input_data_英语/84-121123-0003.TextGrid -------------------------------------------------------------------------------- /37-textgrid_to_rhythm_txt/input_data_英语/84-121123-0004.TextGrid: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feelins/Praat_Scripts/HEAD/37-textgrid_to_rhythm_txt/input_data_英语/84-121123-0004.TextGrid -------------------------------------------------------------------------------- /37-textgrid_to_rhythm_txt/input_data_英语/84-121123-0005.TextGrid: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feelins/Praat_Scripts/HEAD/37-textgrid_to_rhythm_txt/input_data_英语/84-121123-0005.TextGrid -------------------------------------------------------------------------------- /37-textgrid_to_rhythm_txt/input_data_英语/84-121123-0006.TextGrid: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feelins/Praat_Scripts/HEAD/37-textgrid_to_rhythm_txt/input_data_英语/84-121123-0006.TextGrid -------------------------------------------------------------------------------- /37-textgrid_to_rhythm_txt/input_data_英语/84-121123-0007.TextGrid: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feelins/Praat_Scripts/HEAD/37-textgrid_to_rhythm_txt/input_data_英语/84-121123-0007.TextGrid -------------------------------------------------------------------------------- /37-textgrid_to_rhythm_txt/input_data_英语/84-121123-0008.TextGrid: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feelins/Praat_Scripts/HEAD/37-textgrid_to_rhythm_txt/input_data_英语/84-121123-0008.TextGrid -------------------------------------------------------------------------------- /37-textgrid_to_rhythm_txt/input_data_英语/84-121123-0009.TextGrid: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feelins/Praat_Scripts/HEAD/37-textgrid_to_rhythm_txt/input_data_英语/84-121123-0009.TextGrid -------------------------------------------------------------------------------- /37-textgrid_to_rhythm_txt/input_data_英语/84-121123-0010.TextGrid: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feelins/Praat_Scripts/HEAD/37-textgrid_to_rhythm_txt/input_data_英语/84-121123-0010.TextGrid -------------------------------------------------------------------------------- /37-textgrid_to_rhythm_txt/input_data_英语/84-121123-0011.TextGrid: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feelins/Praat_Scripts/HEAD/37-textgrid_to_rhythm_txt/input_data_英语/84-121123-0011.TextGrid -------------------------------------------------------------------------------- /37-textgrid_to_rhythm_txt/input_data_英语/84-121123-0012.TextGrid: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feelins/Praat_Scripts/HEAD/37-textgrid_to_rhythm_txt/input_data_英语/84-121123-0012.TextGrid -------------------------------------------------------------------------------- /37-textgrid_to_rhythm_txt/input_data_英语/84-121123-0013.TextGrid: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feelins/Praat_Scripts/HEAD/37-textgrid_to_rhythm_txt/input_data_英语/84-121123-0013.TextGrid -------------------------------------------------------------------------------- /37-textgrid_to_rhythm_txt/input_data_英语/84-121123-0014.TextGrid: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feelins/Praat_Scripts/HEAD/37-textgrid_to_rhythm_txt/input_data_英语/84-121123-0014.TextGrid -------------------------------------------------------------------------------- /37-textgrid_to_rhythm_txt/input_data_英语/84-121123-0015.TextGrid: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feelins/Praat_Scripts/HEAD/37-textgrid_to_rhythm_txt/input_data_英语/84-121123-0015.TextGrid -------------------------------------------------------------------------------- /37-textgrid_to_rhythm_txt/input_data_英语/84-121123-0016.TextGrid: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feelins/Praat_Scripts/HEAD/37-textgrid_to_rhythm_txt/input_data_英语/84-121123-0016.TextGrid -------------------------------------------------------------------------------- /37-textgrid_to_rhythm_txt/input_data_英语/84-121123-0017.TextGrid: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feelins/Praat_Scripts/HEAD/37-textgrid_to_rhythm_txt/input_data_英语/84-121123-0017.TextGrid -------------------------------------------------------------------------------- /37-textgrid_to_rhythm_txt/input_data_英语/84-121123-0018.TextGrid: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feelins/Praat_Scripts/HEAD/37-textgrid_to_rhythm_txt/input_data_英语/84-121123-0018.TextGrid -------------------------------------------------------------------------------- /37-textgrid_to_rhythm_txt/input_data_英语/84-121123-0019.TextGrid: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feelins/Praat_Scripts/HEAD/37-textgrid_to_rhythm_txt/input_data_英语/84-121123-0019.TextGrid -------------------------------------------------------------------------------- /37-textgrid_to_rhythm_txt/input_data_英语/84-121123-0020.TextGrid: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feelins/Praat_Scripts/HEAD/37-textgrid_to_rhythm_txt/input_data_英语/84-121123-0020.TextGrid -------------------------------------------------------------------------------- /37-textgrid_to_rhythm_txt/input_data_英语/84-121123-0021.TextGrid: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feelins/Praat_Scripts/HEAD/37-textgrid_to_rhythm_txt/input_data_英语/84-121123-0021.TextGrid -------------------------------------------------------------------------------- /37-textgrid_to_rhythm_txt/input_data_英语/84-121123-0022.TextGrid: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feelins/Praat_Scripts/HEAD/37-textgrid_to_rhythm_txt/input_data_英语/84-121123-0022.TextGrid -------------------------------------------------------------------------------- /37-textgrid_to_rhythm_txt/input_data_英语/84-121123-0023.TextGrid: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feelins/Praat_Scripts/HEAD/37-textgrid_to_rhythm_txt/input_data_英语/84-121123-0023.TextGrid -------------------------------------------------------------------------------- /37-textgrid_to_rhythm_txt/input_data_英语/84-121123-0024.TextGrid: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feelins/Praat_Scripts/HEAD/37-textgrid_to_rhythm_txt/input_data_英语/84-121123-0024.TextGrid -------------------------------------------------------------------------------- /37-textgrid_to_rhythm_txt/input_data_英语/84-121123-0025.TextGrid: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feelins/Praat_Scripts/HEAD/37-textgrid_to_rhythm_txt/input_data_英语/84-121123-0025.TextGrid -------------------------------------------------------------------------------- /37-textgrid_to_rhythm_txt/input_data_英语/84-121123-0026.TextGrid: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feelins/Praat_Scripts/HEAD/37-textgrid_to_rhythm_txt/input_data_英语/84-121123-0026.TextGrid -------------------------------------------------------------------------------- /37-textgrid_to_rhythm_txt/input_data_英语/84-121123-0027.TextGrid: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feelins/Praat_Scripts/HEAD/37-textgrid_to_rhythm_txt/input_data_英语/84-121123-0027.TextGrid -------------------------------------------------------------------------------- /37-textgrid_to_rhythm_txt/input_data_英语/84-121123-0028.TextGrid: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feelins/Praat_Scripts/HEAD/37-textgrid_to_rhythm_txt/input_data_英语/84-121123-0028.TextGrid -------------------------------------------------------------------------------- /38-replace_newline_inside_word/Replace_Intervals.praat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feelins/Praat_Scripts/HEAD/38-replace_newline_inside_word/Replace_Intervals.praat -------------------------------------------------------------------------------- /38-replace_newline_inside_word/new_TextGrid/000001.TextGrid: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feelins/Praat_Scripts/HEAD/38-replace_newline_inside_word/new_TextGrid/000001.TextGrid -------------------------------------------------------------------------------- /38-replace_newline_inside_word/old_TextGrid/000001.TextGrid: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feelins/Praat_Scripts/HEAD/38-replace_newline_inside_word/old_TextGrid/000001.TextGrid -------------------------------------------------------------------------------- /39_compare_two_textgrids/A/cmu_us_arctic_slt_a0001.TextGrid: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feelins/Praat_Scripts/HEAD/39_compare_two_textgrids/A/cmu_us_arctic_slt_a0001.TextGrid -------------------------------------------------------------------------------- /39_compare_two_textgrids/A/cmu_us_arctic_slt_a0002.TextGrid: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feelins/Praat_Scripts/HEAD/39_compare_two_textgrids/A/cmu_us_arctic_slt_a0002.TextGrid -------------------------------------------------------------------------------- /39_compare_two_textgrids/B/cmu_us_arctic_slt_a0001.TextGrid: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feelins/Praat_Scripts/HEAD/39_compare_two_textgrids/B/cmu_us_arctic_slt_a0001.TextGrid -------------------------------------------------------------------------------- /39_compare_two_textgrids/B/cmu_us_arctic_slt_a0002.TextGrid: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feelins/Praat_Scripts/HEAD/39_compare_two_textgrids/B/cmu_us_arctic_slt_a0002.TextGrid -------------------------------------------------------------------------------- /39_compare_two_textgrids/C/cmu_us_arctic_slt_a0001.TextGrid: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feelins/Praat_Scripts/HEAD/39_compare_two_textgrids/C/cmu_us_arctic_slt_a0001.TextGrid -------------------------------------------------------------------------------- /39_compare_two_textgrids/C/cmu_us_arctic_slt_a0002.TextGrid: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feelins/Praat_Scripts/HEAD/39_compare_two_textgrids/C/cmu_us_arctic_slt_a0002.TextGrid -------------------------------------------------------------------------------- /39_compare_two_textgrids/check_result.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feelins/Praat_Scripts/HEAD/39_compare_two_textgrids/check_result.txt -------------------------------------------------------------------------------- /39_compare_two_textgrids/compare_two_TextGrids.praat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feelins/Praat_Scripts/HEAD/39_compare_two_textgrids/compare_two_TextGrids.praat -------------------------------------------------------------------------------- /39_compare_two_textgrids/new_TextGrid_A_B/cmu_us_arctic_slt_a0001.TextGrid: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feelins/Praat_Scripts/HEAD/39_compare_two_textgrids/new_TextGrid_A_B/cmu_us_arctic_slt_a0001.TextGrid -------------------------------------------------------------------------------- /39_compare_two_textgrids/new_TextGrid_A_B/cmu_us_arctic_slt_a0002.TextGrid: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feelins/Praat_Scripts/HEAD/39_compare_two_textgrids/new_TextGrid_A_B/cmu_us_arctic_slt_a0002.TextGrid -------------------------------------------------------------------------------- /39_compare_two_textgrids/new_TextGrid_A_B_final/cmu_us_arctic_slt_a0001.TextGrid: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feelins/Praat_Scripts/HEAD/39_compare_two_textgrids/new_TextGrid_A_B_final/cmu_us_arctic_slt_a0001.TextGrid -------------------------------------------------------------------------------- /39_compare_two_textgrids/new_TextGrid_A_B_final/cmu_us_arctic_slt_a0002.TextGrid: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feelins/Praat_Scripts/HEAD/39_compare_two_textgrids/new_TextGrid_A_B_final/cmu_us_arctic_slt_a0002.TextGrid -------------------------------------------------------------------------------- /39_compare_two_textgrids/remove_tiers.Praat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feelins/Praat_Scripts/HEAD/39_compare_two_textgrids/remove_tiers.Praat -------------------------------------------------------------------------------- /40-save_txt_to_files/Save_each_line_txt_to_Files.Praat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feelins/Praat_Scripts/HEAD/40-save_txt_to_files/Save_each_line_txt_to_Files.Praat -------------------------------------------------------------------------------- /40-save_txt_to_files/input.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feelins/Praat_Scripts/HEAD/40-save_txt_to_files/input.txt -------------------------------------------------------------------------------- /40-save_txt_to_files/output/00001.txt: -------------------------------------------------------------------------------- 1 | GO DO YOU HEAR 2 | -------------------------------------------------------------------------------- /40-save_txt_to_files/output/00002.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feelins/Praat_Scripts/HEAD/40-save_txt_to_files/output/00002.txt -------------------------------------------------------------------------------- /40-save_txt_to_files/output/00003.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feelins/Praat_Scripts/HEAD/40-save_txt_to_files/output/00003.txt -------------------------------------------------------------------------------- /40-save_txt_to_files/output/00004.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feelins/Praat_Scripts/HEAD/40-save_txt_to_files/output/00004.txt -------------------------------------------------------------------------------- /40-save_txt_to_files/output/00005.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feelins/Praat_Scripts/HEAD/40-save_txt_to_files/output/00005.txt -------------------------------------------------------------------------------- /40-save_txt_to_files/output/00006.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feelins/Praat_Scripts/HEAD/40-save_txt_to_files/output/00006.txt -------------------------------------------------------------------------------- /40-save_txt_to_files/output/00007.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feelins/Praat_Scripts/HEAD/40-save_txt_to_files/output/00007.txt -------------------------------------------------------------------------------- /40-save_txt_to_files/output/00008.txt: -------------------------------------------------------------------------------- 1 | WHAT DO YOU MEAN SIR 2 | -------------------------------------------------------------------------------- /40-save_txt_to_files/output/00009.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feelins/Praat_Scripts/HEAD/40-save_txt_to_files/output/00009.txt -------------------------------------------------------------------------------- /40-save_txt_to_files/output/00010.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feelins/Praat_Scripts/HEAD/40-save_txt_to_files/output/00010.txt -------------------------------------------------------------------------------- /40-save_txt_to_files/output/00011.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feelins/Praat_Scripts/HEAD/40-save_txt_to_files/output/00011.txt -------------------------------------------------------------------------------- /40-save_txt_to_files/output/00012.txt: -------------------------------------------------------------------------------- 1 | SAID MORREL SADLY YES REPLIED NOIRTIER 2 | -------------------------------------------------------------------------------- /40-save_txt_to_files/output/00013.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feelins/Praat_Scripts/HEAD/40-save_txt_to_files/output/00013.txt -------------------------------------------------------------------------------- /40-save_txt_to_files/output/00014.txt: -------------------------------------------------------------------------------- 1 | ASKED MORREL YES 2 | -------------------------------------------------------------------------------- /40-save_txt_to_files/output/00015.txt: -------------------------------------------------------------------------------- 1 | MUST I LEAVE ALONE NO 2 | -------------------------------------------------------------------------------- /40-save_txt_to_files/output/00016.txt: -------------------------------------------------------------------------------- 1 | BUT CAN HE UNDERSTAND YOU YES 2 | -------------------------------------------------------------------------------- /40-save_txt_to_files/output/00017.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feelins/Praat_Scripts/HEAD/40-save_txt_to_files/output/00017.txt -------------------------------------------------------------------------------- /40-save_txt_to_files/output/00018.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feelins/Praat_Scripts/HEAD/40-save_txt_to_files/output/00018.txt -------------------------------------------------------------------------------- /40-save_txt_to_files/output/00019.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feelins/Praat_Scripts/HEAD/40-save_txt_to_files/output/00019.txt -------------------------------------------------------------------------------- /40-save_txt_to_files/output/00020.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feelins/Praat_Scripts/HEAD/40-save_txt_to_files/output/00020.txt -------------------------------------------------------------------------------- /40-save_txt_to_files/output/00021.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feelins/Praat_Scripts/HEAD/40-save_txt_to_files/output/00021.txt -------------------------------------------------------------------------------- /40-save_txt_to_files/output/00022.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feelins/Praat_Scripts/HEAD/40-save_txt_to_files/output/00022.txt -------------------------------------------------------------------------------- /40-save_txt_to_files/output/00023.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feelins/Praat_Scripts/HEAD/40-save_txt_to_files/output/00023.txt -------------------------------------------------------------------------------- /40-save_txt_to_files/output/00024.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feelins/Praat_Scripts/HEAD/40-save_txt_to_files/output/00024.txt -------------------------------------------------------------------------------- /40-save_txt_to_files/output/00025.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feelins/Praat_Scripts/HEAD/40-save_txt_to_files/output/00025.txt -------------------------------------------------------------------------------- /40-save_txt_to_files/output/00026.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feelins/Praat_Scripts/HEAD/40-save_txt_to_files/output/00026.txt -------------------------------------------------------------------------------- /40-save_txt_to_files/output/00027.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feelins/Praat_Scripts/HEAD/40-save_txt_to_files/output/00027.txt -------------------------------------------------------------------------------- /40-save_txt_to_files/output/00028.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feelins/Praat_Scripts/HEAD/40-save_txt_to_files/output/00028.txt -------------------------------------------------------------------------------- /40-save_txt_to_files/output/00029.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feelins/Praat_Scripts/HEAD/40-save_txt_to_files/output/00029.txt -------------------------------------------------------------------------------- /40-save_txt_to_files/output/84-121123-0000.txt: -------------------------------------------------------------------------------- 1 | GO DO YOU HEAR 2 | -------------------------------------------------------------------------------- /40-save_txt_to_files/output/84-121123-0001.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feelins/Praat_Scripts/HEAD/40-save_txt_to_files/output/84-121123-0001.txt -------------------------------------------------------------------------------- /40-save_txt_to_files/output/84-121123-0002.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feelins/Praat_Scripts/HEAD/40-save_txt_to_files/output/84-121123-0002.txt -------------------------------------------------------------------------------- /40-save_txt_to_files/output/84-121123-0003.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feelins/Praat_Scripts/HEAD/40-save_txt_to_files/output/84-121123-0003.txt -------------------------------------------------------------------------------- /40-save_txt_to_files/output/84-121123-0004.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feelins/Praat_Scripts/HEAD/40-save_txt_to_files/output/84-121123-0004.txt -------------------------------------------------------------------------------- /40-save_txt_to_files/output/84-121123-0005.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feelins/Praat_Scripts/HEAD/40-save_txt_to_files/output/84-121123-0005.txt -------------------------------------------------------------------------------- /40-save_txt_to_files/output/84-121123-0006.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feelins/Praat_Scripts/HEAD/40-save_txt_to_files/output/84-121123-0006.txt -------------------------------------------------------------------------------- /40-save_txt_to_files/output/84-121123-0007.txt: -------------------------------------------------------------------------------- 1 | WHAT DO YOU MEAN SIR 2 | -------------------------------------------------------------------------------- /40-save_txt_to_files/output/84-121123-0008.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feelins/Praat_Scripts/HEAD/40-save_txt_to_files/output/84-121123-0008.txt -------------------------------------------------------------------------------- /40-save_txt_to_files/output/84-121123-0009.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feelins/Praat_Scripts/HEAD/40-save_txt_to_files/output/84-121123-0009.txt -------------------------------------------------------------------------------- /40-save_txt_to_files/output/84-121123-0010.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feelins/Praat_Scripts/HEAD/40-save_txt_to_files/output/84-121123-0010.txt -------------------------------------------------------------------------------- /40-save_txt_to_files/output/84-121123-0011.txt: -------------------------------------------------------------------------------- 1 | SAID MORREL SADLY YES REPLIED NOIRTIER 2 | -------------------------------------------------------------------------------- /40-save_txt_to_files/output/84-121123-0012.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feelins/Praat_Scripts/HEAD/40-save_txt_to_files/output/84-121123-0012.txt -------------------------------------------------------------------------------- /40-save_txt_to_files/output/84-121123-0013.txt: -------------------------------------------------------------------------------- 1 | ASKED MORREL YES 2 | -------------------------------------------------------------------------------- /40-save_txt_to_files/output/84-121123-0014.txt: -------------------------------------------------------------------------------- 1 | MUST I LEAVE ALONE NO 2 | -------------------------------------------------------------------------------- /40-save_txt_to_files/output/84-121123-0015.txt: -------------------------------------------------------------------------------- 1 | BUT CAN HE UNDERSTAND YOU YES 2 | -------------------------------------------------------------------------------- /40-save_txt_to_files/output/84-121123-0016.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feelins/Praat_Scripts/HEAD/40-save_txt_to_files/output/84-121123-0016.txt -------------------------------------------------------------------------------- /40-save_txt_to_files/output/84-121123-0017.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feelins/Praat_Scripts/HEAD/40-save_txt_to_files/output/84-121123-0017.txt -------------------------------------------------------------------------------- /40-save_txt_to_files/output/84-121123-0018.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feelins/Praat_Scripts/HEAD/40-save_txt_to_files/output/84-121123-0018.txt -------------------------------------------------------------------------------- /40-save_txt_to_files/output/84-121123-0019.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feelins/Praat_Scripts/HEAD/40-save_txt_to_files/output/84-121123-0019.txt -------------------------------------------------------------------------------- /40-save_txt_to_files/output/84-121123-0020.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feelins/Praat_Scripts/HEAD/40-save_txt_to_files/output/84-121123-0020.txt -------------------------------------------------------------------------------- /40-save_txt_to_files/output/84-121123-0021.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feelins/Praat_Scripts/HEAD/40-save_txt_to_files/output/84-121123-0021.txt -------------------------------------------------------------------------------- /40-save_txt_to_files/output/84-121123-0022.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feelins/Praat_Scripts/HEAD/40-save_txt_to_files/output/84-121123-0022.txt -------------------------------------------------------------------------------- /40-save_txt_to_files/output/84-121123-0023.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feelins/Praat_Scripts/HEAD/40-save_txt_to_files/output/84-121123-0023.txt -------------------------------------------------------------------------------- /40-save_txt_to_files/output/84-121123-0024.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feelins/Praat_Scripts/HEAD/40-save_txt_to_files/output/84-121123-0024.txt -------------------------------------------------------------------------------- /40-save_txt_to_files/output/84-121123-0025.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feelins/Praat_Scripts/HEAD/40-save_txt_to_files/output/84-121123-0025.txt -------------------------------------------------------------------------------- /40-save_txt_to_files/output/84-121123-0026.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feelins/Praat_Scripts/HEAD/40-save_txt_to_files/output/84-121123-0026.txt -------------------------------------------------------------------------------- /40-save_txt_to_files/output/84-121123-0027.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feelins/Praat_Scripts/HEAD/40-save_txt_to_files/output/84-121123-0027.txt -------------------------------------------------------------------------------- /40-save_txt_to_files/output/84-121123-0028.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feelins/Praat_Scripts/HEAD/40-save_txt_to_files/output/84-121123-0028.txt -------------------------------------------------------------------------------- /404.md: -------------------------------------------------------------------------------- 1 | wait 2 | -------------------------------------------------------------------------------- /Praat_Tools/Praat标注辅助工具.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feelins/Praat_Scripts/HEAD/Praat_Tools/Praat标注辅助工具.exe -------------------------------------------------------------------------------- /Praat_Tools/sendpraat.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feelins/Praat_Scripts/HEAD/Praat_Tools/sendpraat.exe -------------------------------------------------------------------------------- /Praat_Tools/textgrid/banana4.TextGrid: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feelins/Praat_Scripts/HEAD/Praat_Tools/textgrid/banana4.TextGrid -------------------------------------------------------------------------------- /Praat_Tools/textgrid/fenced_meadow.TextGrid: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feelins/Praat_Scripts/HEAD/Praat_Tools/textgrid/fenced_meadow.TextGrid -------------------------------------------------------------------------------- /Praat_Tools/textgrid/thought.TextGrid: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feelins/Praat_Scripts/HEAD/Praat_Tools/textgrid/thought.TextGrid -------------------------------------------------------------------------------- /Praat_Tools/wav/banana4.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feelins/Praat_Scripts/HEAD/Praat_Tools/wav/banana4.wav -------------------------------------------------------------------------------- /Praat_Tools/wav/fenced_meadow.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feelins/Praat_Scripts/HEAD/Praat_Tools/wav/fenced_meadow.wav -------------------------------------------------------------------------------- /Praat_Tools/wav/thought.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feelins/Praat_Scripts/HEAD/Praat_Tools/wav/thought.wav -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feelins/Praat_Scripts/HEAD/README.md -------------------------------------------------------------------------------- /README_cn.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feelins/Praat_Scripts/HEAD/README_cn.md -------------------------------------------------------------------------------- /_config.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feelins/Praat_Scripts/HEAD/_config.yml -------------------------------------------------------------------------------- /backup.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feelins/Praat_Scripts/HEAD/backup.md -------------------------------------------------------------------------------- /data/Biaobei_Demo.rar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feelins/Praat_Scripts/HEAD/data/Biaobei_Demo.rar -------------------------------------------------------------------------------- /data/CMU_Demo.rar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feelins/Praat_Scripts/HEAD/data/CMU_Demo.rar -------------------------------------------------------------------------------- /images/add_remove_copy_set_tier_dialogue.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feelins/Praat_Scripts/HEAD/images/add_remove_copy_set_tier_dialogue.png -------------------------------------------------------------------------------- /images/add_tiers_dialogue.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feelins/Praat_Scripts/HEAD/images/add_tiers_dialogue.png -------------------------------------------------------------------------------- /images/github_des.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feelins/Praat_Scripts/HEAD/images/github_des.png -------------------------------------------------------------------------------- /images/praat_open.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feelins/Praat_Scripts/HEAD/images/praat_open.png -------------------------------------------------------------------------------- /images/praat_open_10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feelins/Praat_Scripts/HEAD/images/praat_open_10.png -------------------------------------------------------------------------------- /images/praat_open_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feelins/Praat_Scripts/HEAD/images/praat_open_2.png -------------------------------------------------------------------------------- /images/praat_open_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feelins/Praat_Scripts/HEAD/images/praat_open_3.png -------------------------------------------------------------------------------- /images/praat_open_4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feelins/Praat_Scripts/HEAD/images/praat_open_4.png -------------------------------------------------------------------------------- /images/praat_open_5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feelins/Praat_Scripts/HEAD/images/praat_open_5.png -------------------------------------------------------------------------------- /images/praat_open_6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feelins/Praat_Scripts/HEAD/images/praat_open_6.png -------------------------------------------------------------------------------- /images/praat_open_7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feelins/Praat_Scripts/HEAD/images/praat_open_7.png -------------------------------------------------------------------------------- /images/praat_open_8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feelins/Praat_Scripts/HEAD/images/praat_open_8.png -------------------------------------------------------------------------------- /images/praat_open_9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feelins/Praat_Scripts/HEAD/images/praat_open_9.png -------------------------------------------------------------------------------- /images/praat_run_01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feelins/Praat_Scripts/HEAD/images/praat_run_01.png -------------------------------------------------------------------------------- /images/praat_run_02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feelins/Praat_Scripts/HEAD/images/praat_run_02.png -------------------------------------------------------------------------------- /images/praat_run_03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feelins/Praat_Scripts/HEAD/images/praat_run_03.png -------------------------------------------------------------------------------- /images/praat_run_04.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feelins/Praat_Scripts/HEAD/images/praat_run_04.png -------------------------------------------------------------------------------- /images/praat_run_05.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feelins/Praat_Scripts/HEAD/images/praat_run_05.png -------------------------------------------------------------------------------- /images/praat_run_06.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feelins/Praat_Scripts/HEAD/images/praat_run_06.png -------------------------------------------------------------------------------- /images/praat_run_07.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feelins/Praat_Scripts/HEAD/images/praat_run_07.png -------------------------------------------------------------------------------- /images/praat_run_08.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feelins/Praat_Scripts/HEAD/images/praat_run_08.png -------------------------------------------------------------------------------- /images/praat_run_09.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feelins/Praat_Scripts/HEAD/images/praat_run_09.png -------------------------------------------------------------------------------- /images/praat_run_10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feelins/Praat_Scripts/HEAD/images/praat_run_10.png -------------------------------------------------------------------------------- /images/praat_run_11.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feelins/Praat_Scripts/HEAD/images/praat_run_11.png -------------------------------------------------------------------------------- /images/praat_run_12.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feelins/Praat_Scripts/HEAD/images/praat_run_12.png -------------------------------------------------------------------------------- /images/praat_run_13.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feelins/Praat_Scripts/HEAD/images/praat_run_13.png -------------------------------------------------------------------------------- /images/praat_run_14.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feelins/Praat_Scripts/HEAD/images/praat_run_14.png -------------------------------------------------------------------------------- /images/praat_run_15.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feelins/Praat_Scripts/HEAD/images/praat_run_15.png -------------------------------------------------------------------------------- /images/praat_run_16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feelins/Praat_Scripts/HEAD/images/praat_run_16.png -------------------------------------------------------------------------------- /images/praat_run_17-need_check.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feelins/Praat_Scripts/HEAD/images/praat_run_17-need_check.png -------------------------------------------------------------------------------- /images/praat_run_17.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feelins/Praat_Scripts/HEAD/images/praat_run_17.png -------------------------------------------------------------------------------- /images/praat_run_18.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feelins/Praat_Scripts/HEAD/images/praat_run_18.png -------------------------------------------------------------------------------- /images/praat_run_19.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feelins/Praat_Scripts/HEAD/images/praat_run_19.png -------------------------------------------------------------------------------- /images/praat_run_20.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feelins/Praat_Scripts/HEAD/images/praat_run_20.png -------------------------------------------------------------------------------- /images/tiers_process.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feelins/Praat_Scripts/HEAD/images/tiers_process.png -------------------------------------------------------------------------------- /images/vowel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feelins/Praat_Scripts/HEAD/images/vowel.png --------------------------------------------------------------------------------