Browse Source

SpeakNextClause should not call WavegenOpenSound.

This function call does not affect the audio output in non-async
modes. Audio output in that case is handled within the SynthOnTimer
helper function.
master
Reece H. Dunn 9 years ago
parent
commit
a51717346c
1 changed files with 0 additions and 1 deletions
  1. 0
    1
      src/libespeak-ng/synthesize.c

+ 0
- 1
src/libespeak-ng/synthesize.c View File

@@ -1614,7 +1614,6 @@ int SpeakNextClause(FILE *f_in, const void *text_in, int control)
}

Generate(phoneme_list, &n_phoneme_list, 0);
WavegenOpenSound();

if (voice_change != NULL) {
// voice change at the end of the clause (i.e. clause was terminated by a voice change)

Loading…
Cancel
Save