1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

praat: TextGridデータを利用した音声データの分割方法

Posted at

自分でも忘れてた。

  1. Soundオブジェクトと対応するTextGridオブジェクトを指定
  2. Extract - > Extract all intervals…を指定
  3. Tier numberに希望のtierを番号で指定する。このときPreserve timesにチェックすると通しの時間軸情報が利用される

以下疑似スクリプト

select SoundName$plus TextGridName$Extract all intervals... 1 yes
#この場合だとtier 1のannotationデータで通しの時間軸情報で分割される
1
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?