Added framework for creaky voice pitch change
[sgc2.git] / ReplaySGC2.praat
blob5025bce03aa4008cfcace880962d52482ee6a61e
2 # SpeakGoodChinese 2.0
3
4 # Script to replay stored (log) files with Praat commands.
5 # Use:
6 # Read into Praat (with all the other scripts in the same directory) and Run
7 # You will be asked to select a log file to execute
8
9 # This is a debugging option that will lead to security issues when not
10 # used with care!
12 #     SpeakGoodChinese: ReplaySGC2.praat is a script to debug, test, or 
13 #     demonstrate SpeakGoodChinese2
14 #     It is written in Praat script for the Demo window 
15 #     
16 #     Copyright (C) 2007-2010  R.J.J.H. van Son and 2010 the Netherlands Cancer Institute
17 #     The SpeakGoodChinese team are:
18 #     Guangqin Chen, Zhonyan Chen, Stefan de Koning, Eveline van Hagen, 
19 #     Rob van Son, Dennis Vierkant, David Weenink
20
21 #     This program is free software; you can redistribute it and/or modify
22 #     it under the terms of the GNU General Public License as published by
23 #     the Free Software Foundation; either version 2 of the License, or
24 #     (at your option) any later version.
25
26 #     This program is distributed in the hope that it will be useful,
27 #     but WITHOUT ANY WARRANTY; without even the implied warranty of
28 #     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
29 #     GNU General Public License for more details.
30
31 #     You should have received a copy of the GNU General Public License
32 #     along with this program; if not, write to the Free Software
33 #     Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA
34
36 # Insert a pause between commands. Pause in seconds
37 sgc.replaySleep = 0.5
38 # The replay function
39 replaySGC2Log$ = "call replaySGC2LogFunction"
41 # Load the SGC script
42 include sgc2.praat