From 324ac7177ad4b310d22db36a3b23bf126538a49b Mon Sep 17 00:00:00 2001 From: Rob van Son Date: Wed, 26 Aug 2015 09:53:36 +0200 Subject: [PATCH] Added full log and replay functionality in the SCRIPT version (removed from binary). --- ReplaySGC2.praat | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) diff --git a/ReplaySGC2.praat b/ReplaySGC2.praat index ae7fa1b..5025bce 100644 --- a/ReplaySGC2.praat +++ b/ReplaySGC2.praat @@ -1,5 +1,42 @@ +# +# SpeakGoodChinese 2.0 +# +# Script to replay stored (log) files with Praat commands. +# Use: +# Read into Praat (with all the other scripts in the same directory) and Run +# You will be asked to select a log file to execute +# +# This is a debugging option that will lead to security issues when not +# used with care! +# +# SpeakGoodChinese: ReplaySGC2.praat is a script to debug, test, or +# demonstrate SpeakGoodChinese2 +# It is written in Praat script for the Demo window +# +# Copyright (C) 2007-2010 R.J.J.H. van Son and 2010 the Netherlands Cancer Institute +# The SpeakGoodChinese team are: +# Guangqin Chen, Zhonyan Chen, Stefan de Koning, Eveline van Hagen, +# Rob van Son, Dennis Vierkant, David Weenink +# +# This program 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 2 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. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program; if not, write to the Free Software +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA +# +# Insert a pause between commands. Pause in seconds sgc.replaySleep = 0.5 +# The replay function replaySGC2Log$ = "call replaySGC2LogFunction" +# Load the SGC script include sgc2.praat -- 2.11.4.GIT