5 ########################################################################
7 # TestVoiceConversion.praat
9 # Run a test over VoiceConversion, changing individual parameters one at
12 ########################################################################
14 # Copyright (C) 2017 NKI-AVL, R. J. J. H. van Son
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"
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"
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"
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"
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"
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"
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"
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"