444 Commits (2e222e6e8b8bad54982945cf5c27429de41fda3b)

Author SHA1 Message Date
  Reece H. Dunn 9bb9e98f84 Don't exclude the test voice directory. 8 years ago
  Reece H. Dunn f9ab812e00 issue 172: fix sluggish speech for stopped speech. 8 years ago
  Reece H. Dunn d2478cc453 Flush the audio if speech has stopped, drain the audio if speech is still active. 8 years ago
  Reece H. Dunn bc674081cd Check the return from synth_callback in the second call to that function in Synthesize. 8 years ago
  Reece H. Dunn a48576a364 Return ENS_SPEECH_STOPPED from Synthesize when the speech callback returns >1 to stop the audio. 8 years ago
  Reece H. Dunn 52abe35300 Revert "Stop audio output before fifo_stop is called" 8 years ago
  Reece H. Dunn f6536be5b2 Support determining the install path when installed to the 32-bit Windows program files directory. 8 years ago
  Rui Batista b7a42e19a7 Remove commented code. 8 years ago
  Rui Batista 1b5ea47ea4 Stop audio output before fifo_stop is called 8 years ago
  Reece H. Dunn f5d266db97 Don't write random bytes to the end of _phtrans files. 8 years ago
  Reece H. Dunn 8320581675 Fix running espeak-ng on big-endian architectures. 8 years ago
  Christopher Brannon 1d8cec684b Fix a tricky thread synchronization bug. 9 years ago
  Christopher Brannon 0436ae71c0 Mutex needs to be locked when waiting on the condition variable. 9 years ago
  Christopher Brannon ad436e1172 Clear my_stop_is_acknowledged before waiting on it. 9 years ago
  Christopher Brannon 2e9ec8e06a Fix race condition. 9 years ago
  Christopher Brannon 0177e1d686 Do not try to re-lock an already-locked mutex. 9 years ago
  Reece H. Dunn 2893de65ac Ensure that the code is consistently formatted. 9 years ago
  Rui Batista cc51af059f Use condition variables in event.c instead of semaphores. 9 years ago
  Rui Batista 34f315363b Fix hang when waiting for condition variables. 9 years ago
  Rui Batista 1bbba9bc3b Use condition variables instead of semaphores in fifo. 9 years ago
  Rui Batista 7b82e39793 Make strcpy calls in load dictionary copy at most 40 bytes so clang __strcpy_check does not get triggered (possible buffer overflow?) 9 years ago
  Reece H. Dunn 547258e4bf Use an Open Source implementation of ieee80.c. 9 years ago
  Reece H. Dunn f235c7cb00 Fix the version string references in '--version' and the Windows installer. 9 years ago
  Valdis Vitolins 76ac24fbe4 Fixed TODO comment removed 9 years ago
  Reece H. Dunn 6cf06a49ef Add compatibility for the missing S_ISFIFO on Windows. 9 years ago
  Reece H. Dunn 4920ecc79c Move espeak-data to espeak-ng-data to avoid conflicting with upstream espeak. 9 years ago
  Valdis Vitolins 92eae4f322 Updates for issue #103 Maximum group number which works is actually 62 9 years ago
  Valdis Vitolins dde9872eb7 Fix for issue #103 Maximum group number which works is actually 62 9 years ago
  Ondřej Lysoněk 3817ee1e16 Moved speak_lib.h to espeak-ng directory 9 years ago
  Reece H. Dunn 21b3cf314c Clean up the RULE_ constants in translate.h. 9 years ago
  Valdis Vitolins 77d526102d Fix for issue #120 Allow to decrease the score in the rule by adding - 9 years ago
  Valdis Vitolins 252c894e59 Issue espeak-ng/espeak-ng#120 9 years ago
  chrislm d90c7f259a Created spanish diphthongs [oi], added statements to distinguish final diphtong, Created file phoneme oo_ unstressed final vowel. 9 years ago
  Christopher Brannon 3ed0b5cd0f espeak_ng_Cancel(): discard the audio, don't close the device! 9 years ago
  chrislm 80da24bec7 Removed lengthen penultimate stressed vowels from dictionary.c lines 1469-1475. (See #80). 9 years ago
  Reece H. Dunn d4bc2c328e speech: Avoid warnings when using my_mode as a flag-based enumeration. 9 years ago
  Reece H. Dunn aaf52c3a78 Remove unused variables. 9 years ago
  Reece H. Dunn bd9eef8550 event: sleep_until_timeout_or_stop_request is not used, so remove it. 9 years ago
  Reece H. Dunn 825a8a4710 compiledata: Avoid a warning when using %x in CompilePhoneme. 9 years ago
  Reece H. Dunn 1afe61f8fe compiledata: KeyToMnem is not used, so remove it 9 years ago
  Reece H. Dunn b620f42775 voices: support a status annotation in voice files 9 years ago
  Reece H. Dunn 7e3e2c3854 voices: support a maintainer annotation in voice files 9 years ago
  chrislm e43a8e359f Spanish intonation 9 years ago
  chrislm 1627318a91 Guarani Language 9 years ago
  Reece H. Dunn f6e7f8bb7c Move some initialisation code from the old espeakedit.cpp file into espeak_ng_CompilePhonemeData to fix the phoneme data. 9 years ago
  Reece H. Dunn 371216006f Protect against wvoice being NULL in wavegen.c. 9 years ago
  Reece H. Dunn 496ff35634 WVoiceChanged is not used, so remove it. 9 years ago
  Reece H. Dunn b7b2567eb1 Build the Visual Studio 2015 Windows project with pcaudiolib xaudio2 support. 9 years ago
  Reece H. Dunn c944a17d7d Output any audio errors to stderr. 9 years ago
  Reece H. Dunn 4f676ed175 Use pcaudiolib for the audio API layer. 9 years ago