Working to change the bubbles implementation, non-working state
[TEvoiceconversion.git] / TestVoiceConversions.praat
blob6d87c451a6658bcbe1f4599f01fcd66a6d359be6
1 #! praat
2
5 ########################################################################
6
7 # TestVoiceConversion.praat
9 # Run a test over VoiceConversion, changing individual parameters one at
10 # a time.
12 ########################################################################
14 # Copyright (C) 2017 NKI-AVL, R. J. J. H. van Son
15 # R.v.Son@nki.nl
17 # This program is free software: you can redistribute it and/or modify
18 # it under the terms of the GNU General Public License as published by
19 # the Free Software Foundation, either version 3 of the License, or
20 # (at your option) any later version.
22 # This program is distributed in the hope that it will be useful,
23 # but WITHOUT ANY WARRANTY; without even the implied warranty of
24 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
25 # GNU General Public License for more details.
27 # You should have received a copy of the GNU General Public License
28 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
30 # Full license text is available at:
31 # http://www.gnu.org/licenses/gpl-3.0.html
33 ########################################################################
35 createDirectory: "Test"
37 # Pitch
38 runScript: "VoiceConversion.praat", "aa.wav", 70, 0, 0, 0, 0, 0, 0, 0, 15, 0
39 Save as WAV file: "Test/aa_Pitch_70.wav"
40 select all
41 Remove
43 # Pitch_SD
44 runScript: "VoiceConversion.praat", "aa.wav", 0, 15, 0, 0, 0, 0, 0, 0, 15, 0
45 Save as WAV file: "Test/aa_Pitch_SD_15.wav"
46 select all
47 Remove
49 # Duration
50 runScript: "VoiceConversion.praat", "aa.wav", 0, 0, 1.3,        0, 0, 0, 0, 0, 15, 0
51 Save as WAV file: "Test/aa_Duration_1.3.wav"
52 select all
53 Remove
55 # HNR
56 runScript: "VoiceConversion.praat", "aa.wav", 0, 0, 0,  5, 0, 0, 0, 0, 15, 0
57 Save as WAV file: "Test/aa_HNR_5.wav"
58 select all
59 Remove
61 # Bubbles, Bubbles_SNR
62 runScript: "VoiceConversion.praat", "aa.wav", 0, 0, 0,  0, 5, 15, 0, 0, 15, 0
63 Save as WAV file: "Test/aa_Bubbles_5_15.wav"
64 select all
65 Remove
67 # Jitter
68 runScript: "VoiceConversion.praat", "aa.wav", 0, 0, 0,  0, 0, 0, 5, 0, 15, 0
69 Save as WAV file: "Test/aa_Jitter_5.wav"
70 select all
71 Remove
73 # Shimmer
74 runScript: "VoiceConversion.praat", "aa.wav", 0, 0, 0,  0, 0, 0, 0, 10, 15, 0
75 Save as WAV file: "Test/aa_Shimmer_10.wav"
76 select all
77 Remove