#ステレオファイルをモノラルに変換し、テキストグリッドを作成。その後保存するスクリプト。 #岡本真砂夫、平成29年12月10日作成。 #使用するには、パス、ファイル名を指定すること。 form MyAnnotate #wavファイル、パスを指定。 sentence wavFile /Users/PASS/SOUND.wav endform Read from file: wavFile$ Convert to mono solo$=wavFile$ - "_mono" Save as WAV file: solo$ waveID=Read from file: solo$ tgID=To TextGrid: "a", "" textGridFile$ = solo$ + ".TextGrid" Save as text file: textGridFile$ selectObject: waveID plusObject: tgID View & Edit