File: disable-synth-callback.patch

package info (click to toggle)
brltty 6.8-2
  • links: PTS, VCS
  • area: main
  • in suites: forky
  • size: 35,736 kB
  • sloc: ansic: 150,440; java: 13,484; sh: 9,667; xml: 5,702; tcl: 2,634; makefile: 2,333; awk: 713; lisp: 366; python: 321; ml: 301
file content (13 lines) | stat: -rw-r--r-- 439 bytes parent folder | download | duplicates (10)
1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/Drivers/Speech/eSpeak/speech.c b/Drivers/Speech/eSpeak/speech.c
index 6c303c759..9b58bc58b 100644
--- a/Drivers/Speech/eSpeak/speech.c
+++ b/Drivers/Speech/eSpeak/speech.c
@@ -167,7 +189,7 @@ static int spk_construct(volatile SpeechSynthesizer *spk, char **parameters)
 		if (val > espeakRATE_MINIMUM) maxrate = val;
 	}
 
-	espeak_SetSynthCallback(SynthCallback);
+	//espeak_SetSynthCallback(SynthCallback);
 
 	return 1;
 }