summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDebian TTS team <tts-project@lists.alioth.debian.org>2014-01-13 21:03:21 +0100
committerPaul Gevers <elbrus@debian.org>2017-12-10 22:06:22 +0100
commit31fd692822217a8a1628c8009caa7bf5f81c1bd3 (patch)
tree28283e59ce2aff695a980cf46f9b01d22cf7f134
parent77b8536d7298266998ed45c003a9b41a49da31de (diff)
dgit commit quilt patch: sync-damaged-env
Apparently this causes a 'SIOD damaged env' warning when invoking 'festival --tts'. See #432019. Gbp-Pq: Name sync-damaged-env
-rw-r--r--lib/voices/finnish/suo_fi_lj_diphone/festvox/suopuhe_mode.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/voices/finnish/suo_fi_lj_diphone/festvox/suopuhe_mode.scm b/lib/voices/finnish/suo_fi_lj_diphone/festvox/suopuhe_mode.scm
index 28af66a..c6748fa 100644
--- a/lib/voices/finnish/suo_fi_lj_diphone/festvox/suopuhe_mode.scm
+++ b/lib/voices/finnish/suo_fi_lj_diphone/festvox/suopuhe_mode.scm
@@ -450,7 +450,7 @@ and suopuhe_vol_type (absolute or relative)."
(suopuhe_setup)
(tts_file file 'suopuhe))
(tts_file file (tts_find_text_mode file auto-text-mode-alist))))
- (audio_mode 'sync) ;; Hmm this is probably bad
+ ; (audio_mode 'sync) ;; Hmm this is probably bad
)
;; korvaava versio tts-viritelmiin...
;(define (utt.play utt)
@@ -631,4 +631,4 @@ and a syllable stress value based on the UTTerance."
(utt.features utt 'Syllable '(name stress)))
-(provide 'suopuhe_mode) \ No newline at end of file
+(provide 'suopuhe_mode)