75 Commits (38384e4a67b17fdfb54fdf9a46b9917cadf84edf)

Author SHA1 Message Date
  Juho Hiltunen 54265990b5 cleanup: reduce variable scopes in wavegen.c 2 years ago
  Samuel Thibault a660fc04cc Add more const qualifiers on static arrays 3 years ago
  Samuel Thibault 3ce135ac2b Mark re-used buffers as undefined 3 years ago
  Samuel Thibault 90c035c406 Fix overflow while capping to signed 16bit 3 years ago
  Samuel Thibault 51af5a4155 Add KlattFiniSP 3 years ago
  Reece H. Dunn 720405c5c6 Fix -Wreturn-type warnings. 4 years ago
  Reece H. Dunn 53283a910a Fix -Wunused-but-set-variable warnings. 4 years ago
  Juho Hiltunen 725bdda564 code cleanup: remove unused variables 4 years ago
  Juho Hiltunen ee944700f8 code cleanup: Check all local includes with include-what-you-use 4 years ago
  Juho Hiltunen a4041952c5 code cleanup: remove unused references to f_log 4 years ago
  Juho Hiltunen 992745508e code cleanup: pass voice_t wvoice as a parameter to Wavegen() instead of using a 4 years ago
  Juho Hiltunen 3b4cca4832 code cleanup: combine Wavegen() and Wavegen2(). 4 years ago
  Juho Hiltunen 9232f1911e code cleanup: remove unnecessary references to out_start. 4 years ago
  Juho Hiltunen 388be80da7 code cleanup: pass voice_t wvoice as a parameter instead of using a global 4 years ago
  Juho Hiltunen 1b7c3303ef code cleanup: pass WGEN_DATA wdata as a parameter instead of using a global 4 years ago
  Juho Hiltunen 516144d63a code cleanup: combine Wavegen_Klatt() and Wavegen_Klatt2(). 4 years ago
  Tobias Platen a6dbed8168 add output hooks for wavegen 4 years ago
  Juho Hiltunen 520a30e0b0 code cleanup: use existing defines espeakRATE_MINIMUM, espeakRATE_NORMAL and espeakRATE_MAXIMUM. 6 years ago
  Reece H. Dunn 0325a42374 Revert "wavegen.c: Fix -Wunused-but-set-variable warning." 7 years ago
  Samuel Thibault f75c5ccbe3 Fix out of bound access when buffer size is odd 7 years ago
  Juho Hiltunen 6d751c93bf wavegen.c: Fix -Wunused-but-set-variable warning. 7 years ago
  Juho Hiltunen 1bad240de8 maintainability: remove some unused variables and unnecessary extern declarations 7 years ago
  Juho Hiltunen f00ff91fe4 headers: add new file wavegen.h with declarations of functions in wavegen.c 7 years ago
  Juho Hiltunen d1fd650219 Replace references to USHORT, DOUBLEX and UCHAR with unsigned short, double and unsigned char. 7 years ago
  Juho Hiltunen 738492100a make all headers (almost) self-contained by using include guards and #include statements within headers 7 years ago
  Juho Hiltunen 4f56345fb5 Use stdbool instead of int (Issue #8) 7 years ago
  Reece H. Dunn 90d53e145f Move the klatt methods from synthesize.h to klatt.h. 7 years ago
  Reece H. Dunn 74f9f5e34b wavegen.c: Fix -Wmissing-prototypes warnings. 7 years ago
  Reece H. Dunn 6ab1314843 Move outbuf_size to where it is actually used. 8 years ago
  Reece H. Dunn 006bd842c3 Fix indentation in wavegen.c. 8 years ago
  Valdis Vitolins 640f0d8160 Typo fixes 8 years ago
  Ondřej Lysoněk 3817ee1e16 Moved speak_lib.h to espeak-ng directory 8 years ago
  Reece H. Dunn 371216006f Protect against wvoice being NULL in wavegen.c. 9 years ago
  Reece H. Dunn 674d55e605 Remove support for pa_device in the config file (now have a device command-line option). 9 years ago
  Reece H. Dunn eebb079718 Remove the Wave(Init|Open|Close)Sound functions as these are no longer used. 9 years ago
  Reece H. Dunn 4cde8b6d13 option_quiet is no longer used (always set to 0), so remove it 9 years ago
  Reece H. Dunn 914e64aba8 option_waveout is no longer used in libespeak-ng, so remove it 9 years ago
  Reece H. Dunn 4b61d38551 Use M_PI instead of PI. 9 years ago
  Reece H. Dunn 96c43f3eb2 Clean up the include files to make them consistent. 9 years ago
  Reece H. Dunn 8e7f4e7e3d Fix the realloc usage of outbuffer in WaveCallback(wavegen.c) 9 years ago
  Reece H. Dunn 9c7179189b Add a stdint.h compatibility shim. 9 years ago
  Reece H. Dunn 0966892fef Remove a dead assignment in PeaksToHarmspect(wavegen.c) [clang scan-build] 9 years ago
  Reece H. Dunn 72db232ec3 Move include/espeak{-ng => }/speak_lib.h. 9 years ago
  Reece H. Dunn c2811d074e Make LoadPhData return an espeak_ng_STATUS code. 9 years ago
  Reece H. Dunn 53aac7f3a5 Fix clang -Wconditional-uninitialized warnings. 9 years ago
  Reece H. Dunn 80914cc40e Fix clang -Wunused-macros warnings. 9 years ago
  Reece H. Dunn fe31f299ca Fix clang -Wunreachable-code-return warnings. 9 years ago
  Reece H. Dunn b11d540718 Fix GCC -Wunused-parameter warnings. 9 years ago
  Reece H. Dunn 8771b1c29c The modn parameter of SetSynth_Klatt is not used, so remove it. 9 years ago
  Reece H. Dunn 8091938430 The fill_zeros parameter of WavegenFill is not used, so remove it. 9 years ago