-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsetup.praat
More file actions
29 lines (27 loc) · 1.63 KB
/
setup.praat
File metadata and controls
29 lines (27 loc) · 1.63 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# LICENSE
# (C) 2022 José María Lahoz-Bengoechea
# This file is part of the plugin_AdvancedEdit.
# This is free software; you can redistribute it and/or modify it
# under the terms of the GNU General Public License
# as published by the Free Software Foundation
# either version 3 of the License, or (at your option) any later version.
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY, without even the implied warranty
# of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
# For more details, you can find the GNU General Public License here:
# http://www.gnu.org/licenses/gpl-3.0.en.html
# This file runs on Praat, a software developed by Paul Boersma
# and David Weenink at University of Amsterdam.
if praatVersion >= 6215
spectrum_menu$ = "Spectrogram"
else
spectrum_menu$ = "Spectrum"
endif
Add menu command... "Objects" "New" "Create source..." "" 0 Create source.praat
Add menu command... "Objects" "New" "Create filter..." "" 0 Create filter.praat
Add action command... Sound 1 "" 0 "" 0 "Filter (inverse)..." "Remove noise..." 1 Filter (inverse).praat
Add menu command... "SoundEditor" "Edit" "Add silence after cursor..." "" 0 Add silence after cursor.praat
Add menu command... "SoundEditor" "'spectrum_menu$'" "Spectral manipulation..." "" 0 Spectral manipulation.praat
Add menu command... "TextGridEditor" "'spectrum_menu$'" "Spectral manipulation..." "" 0 Spectral manipulation.praat
Add menu command... "TextGridEditor" "Edit" "Cut Sound with TextGrid" "Erase text" 0 Cut Sound with Textgrid.praat
Add menu command... "TextGridEditor" "Tier" "Remove tiers..." "Remove entire tier" 0 Remove tiers.praat