290 Commits (91779563dd1113fe07fd9841ddd3e63264d83edf)

Author SHA1 Message Date
  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. 10 years ago
  Reece H. Dunn c944a17d7d Output any audio errors to stderr. 10 years ago
  Reece H. Dunn 4f676ed175 Use pcaudiolib for the audio API layer. 10 years ago
  Reece H. Dunn bb465a45d8 Move the clock_gettime2 and add_time_in_ms definitions to event.h. 10 years ago
  Reece H. Dunn ca831d236a Don't call wave_close in fifo.c. 10 years ago
  Reece H. Dunn 674d55e605 Remove support for pa_device in the config file (now have a device command-line option). 10 years ago
  Reece H. Dunn be93c8b3e7 Remove calls to wave_is_busy. 10 years ago
  Reece H. Dunn 94c5efe0b3 Remove calls to wave_set_callback_is_output_enabled. 10 years ago
  Reece H. Dunn 2a628e982f Remove calls to wave_get_write_position. 10 years ago
  Reece H. Dunn 4a2994d1d3 Remove calls to wave_get_remaining_time. 10 years ago
  Reece H. Dunn f138558fe7 Fix the USE_ASYNC and wave_* API usage logic. 10 years ago
  Reece H. Dunn 1d91276eac wave_get_read_position is not used, so remove it 10 years ago
  Reece H. Dunn 71b998b691 Remove duplicate t_wave_callback definition in wave.c. 10 years ago
  Reece H. Dunn 7a4bc02cb6 Use stdlib.h instead of malloc.h. 10 years ago
  Reece H. Dunn eebb079718 Remove the Wave(Init|Open|Close)Sound functions as these are no longer used. 10 years ago
  Reece H. Dunn 4cde8b6d13 option_quiet is no longer used (always set to 0), so remove it 10 years ago
  Reece H. Dunn 914e64aba8 option_waveout is no longer used in libespeak-ng, so remove it 10 years ago
  Reece H. Dunn c9c0aca34f Use the wave_* APIs for non-async audio. 10 years ago
  Reece H. Dunn f07dc419a6 Fix audio output in espeak-ng when USE_ASYNC is not defined. 10 years ago
  Reece H. Dunn c4a7ffba33 Inline the call to SynthOnTimer. 10 years ago
  Reece H. Dunn a51717346c SpeakNextClause should not call WavegenOpenSound. 10 years ago
  Reece H. Dunn c09d255e38 Remove timer_on from synthesize.c as this matches the SpeakNextClause return value. 10 years ago
  Reece H. Dunn a471ba02bf SynthStatus is not called, so remove it. 10 years ago
  Reece H. Dunn 8df810f776 Remove paused from synthesize.c as it is now no longer used. 10 years ago
  Reece H. Dunn 2eca970fc8 Remove the control 3-5 logic in SpeakNextClause as those values are not passed to the function. 10 years ago
  Reece H. Dunn 211f103a69 Perform case insensitive comparisons for matching voice names. 10 years ago
  Reece H. Dunn 565548fffe Fix building 'my' (Burmese) on Windows. 10 years ago
  Reece H. Dunn 7a50cbcdcc MSI: set the Path registry value to the install directory 10 years ago
  Reece H. Dunn dc87e7b775 Use a HAVE_MKSTEMP configure check instead of PLATFORM_POSIX. 10 years ago
  Reece H. Dunn 0b187e217e Use the same logic when calling sox in readclause.c as compiledata.c for portability. 10 years ago
  Reece H. Dunn e8015df0f8 Remove the additional LoadVoice search heuristics. 10 years ago
  Reece H. Dunn e963b54b6d Move strerror_r portability to a string.h compatibility shim. 10 years ago
  Reece H. Dunn 2000c20212 Merge the error labels in pulse_open to simplify the logic. 10 years ago
  Reece H. Dunn d7580eef70 Remove dead code in pulse_open(wave_pulse.c) -- o is always null when jumping to unlock_and_fail. [Coverity] 10 years ago
  Reece H. Dunn 69355ed568 Fix a null pointer dereference in DoVoiceChange(synthesize.c). [Coverity] 10 years ago
  Reece H. Dunn e74a0e4f53 Fix a null pointer dereference in create_espeak_pronunciation_list(espeak_command.c). [Coverity] 10 years ago
  Reece H. Dunn 4ecdeefe4b Fix a null pointer dereference in LoadSpectSeq(spect.c). [Coverity] 10 years ago
  Reece H. Dunn 5673065168 Fix a null pointer dereference in compile_rule(compiledict.c). [Coverity] 10 years ago
  Reece H. Dunn a9adf136c6 Close stream on error paths in LoadSpectSeq(spect.c). [Coverity] 10 years ago
  Reece H. Dunn 7ea2cf784d Use the error.h API in LoadEnvelope and check more return values. [Coverity] 10 years ago
  Reece H. Dunn ebb052a808 Use the error.h API in LoadSoundFile and check more return values. [Coverity] 10 years ago
  Reece H. Dunn 4ec98f79a8 Fix truncated fgetc return value in LoadWavefile(compiledata.c). [Coverity] 10 years ago
  Reece H. Dunn 02b7359b6a Fix a potential null pointer dereference in espeak_ng_SynthesizeMark. [Coverity] 10 years ago
  Reece H. Dunn 6a4fc79078 Fix a potential null pointer dereference in espeak_ng_Synthesize. [Coverity] 10 years ago
  Reece H. Dunn bfcdcc8bb6 Clean up the error handling logic in the espeak_command create_... APIs. 10 years ago