Skip to content

Commit 03195a9

Browse files
committed
added script to paint spectrogram and pitch
1 parent ecd14a1 commit 03195a9

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

paint-all.praat

+20
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
sound = selected ("Sound")
2+
textgrid = selected ("TextGrid")
3+
spectrogram = selected ("Spectrogram")
4+
pitch = selected ("Pitch")
5+
Select inner viewport: 1, 5, 2, 3.4
6+
select spectrogram
7+
Paint... 0 0 0 0 100 yes 50 6 0 no
8+
Black
9+
Marks left every... 1 1000 yes yes yes
10+
Text left... yes Frequency (Hz)
11+
Select inner viewport: 1, 5, 3.4, 5
12+
select textgrid
13+
Draw... 0 0 no no yes
14+
Select inner viewport: 1, 5, 3.4, 4.3
15+
select sound
16+
Draw... 0 0 0 0 no Curve
17+
Blue
18+
select pitch
19+
Select inner viewport: 1, 5, 2, 3.4
20+
Draw... 0 0 0 500 no

0 commit comments

Comments
 (0)