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

} }


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


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

Loading…
Cancel
Save