87 Commits (6c0621605b416f7c51cb55c4b0c21144d957a072)

Author SHA1 Message Date
  Yury Popov ead35b181b wavegen: support higher speech rate in embedded commands 2 years ago
  Yury Popov 7485828984 code cleanup: next bunch of globals 2 years ago
  Yury Popov 25eeddff9a code cleanup: fix -Wstrict-prototypes 2 years ago
  Yury Popov 78ac6c4a88
code cleanup: do not compile mbrola if not enabled 2 years ago
  Yury Popov 92beee2b4c
code cleanup: remove dead code 2 years ago
  Yury Popov ca1f590101
code cleanup: standartize definitions 2 years ago
  Yury Popov 2ddb8ce2db
code cleanup: const embedded_default 2 years ago
  Yury Popov 5a37bc301b
code clanup: remove unused samplerate_native 2 years ago
  Yury Popov 2929b9e199
code cleanup: use statics and consts when possible 2 years ago
  Yury Popov 3da51991f8
code cleanup: reduce global externs 2 years ago
  Yury Popov 1e279d3cb8
Add PRNG and use it instead of rand() 2 years ago
  Yury Popov 7d0b6f3019
Revert "Compensate silence duration when sonic enabled" 2 years ago
  Yury Popov 9f0b23f49e
Compensate silence duration when sonic enabled 2 years ago
  Yury Popov 178afb10db
Flush sonic stream on rate reset 2 years ago
  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 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. 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 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. 9 years ago
  Reece H. Dunn 4cde8b6d13 option_quiet is no longer used (always set to 0), so remove it 9 years ago