75 Commits (38384e4a67b17fdfb54fdf9a46b9917cadf84edf)

Author SHA1 Message Date
  Yury Popov 7d0b6f3019
Revert "Compensate silence duration when sonic enabled" 3 years ago
  Yury Popov 9f0b23f49e
Compensate silence duration when sonic enabled 3 years ago
  Yury Popov 178afb10db
Flush sonic stream on rate reset 3 years ago
  Juho Hiltunen 54265990b5 cleanup: reduce variable scopes in wavegen.c 3 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 5 years ago
  Juho Hiltunen ee944700f8 code cleanup: Check all local includes with include-what-you-use 5 years ago
  Juho Hiltunen a4041952c5 code cleanup: remove unused references to f_log 5 years ago
  Juho Hiltunen 992745508e code cleanup: pass voice_t wvoice as a parameter to Wavegen() instead of using a 5 years ago
  Juho Hiltunen 3b4cca4832 code cleanup: combine Wavegen() and Wavegen2(). 5 years ago
  Juho Hiltunen 9232f1911e code cleanup: remove unnecessary references to out_start. 5 years ago
  Juho Hiltunen 388be80da7 code cleanup: pass voice_t wvoice as a parameter instead of using a global 5 years ago
  Juho Hiltunen 1b7c3303ef code cleanup: pass WGEN_DATA wdata as a parameter instead of using a global 5 years ago
  Juho Hiltunen 516144d63a code cleanup: combine Wavegen_Klatt() and Wavegen_Klatt2(). 5 years ago
  Tobias Platen a6dbed8168 add output hooks for wavegen 5 years ago
  Juho Hiltunen 520a30e0b0 code cleanup: use existing defines espeakRATE_MINIMUM, espeakRATE_NORMAL and espeakRATE_MAXIMUM. 7 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) 8 years ago
  Reece H. Dunn 90d53e145f Move the klatt methods from synthesize.h to klatt.h. 8 years ago
  Reece H. Dunn 74f9f5e34b wavegen.c: Fix -Wmissing-prototypes warnings. 8 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. 9 years ago
  Valdis Vitolins 640f0d8160 Typo fixes 9 years ago
  Ondřej Lysoněk 3817ee1e16 Moved speak_lib.h to espeak-ng directory 9 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. 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 4b61d38551 Use M_PI instead of PI. 10 years ago
  Reece H. Dunn 96c43f3eb2 Clean up the include files to make them consistent. 10 years ago
  Reece H. Dunn 8e7f4e7e3d Fix the realloc usage of outbuffer in WaveCallback(wavegen.c) 10 years ago
  Reece H. Dunn 9c7179189b Add a stdint.h compatibility shim. 10 years ago
  Reece H. Dunn 0966892fef Remove a dead assignment in PeaksToHarmspect(wavegen.c) [clang scan-build] 10 years ago
  Reece H. Dunn 72db232ec3 Move include/espeak{-ng => }/speak_lib.h. 10 years ago
  Reece H. Dunn c2811d074e Make LoadPhData return an espeak_ng_STATUS code. 10 years ago
  Reece H. Dunn 53aac7f3a5 Fix clang -Wconditional-uninitialized warnings. 10 years ago
  Reece H. Dunn 80914cc40e Fix clang -Wunused-macros warnings. 10 years ago
  Reece H. Dunn fe31f299ca Fix clang -Wunreachable-code-return warnings. 10 years ago