78 Commits (859bd63a53524d4fc38cc7de792d677ed5beb3bb)

Author SHA1 Message Date
  Juho Hiltunen c92180f918 cleanup: move n_tunes and tunes to where they are used 2 years ago
  Juho Hiltunen 3038d40081 code cleanup: remove unnecessary #defines. 3 years ago
  Juho Hiltunen 6e197d967e code cleanup: move soundicon logic to a new file 4 years ago
  Juho Hiltunen e2bd52c845 code cleanup: remove unused PHONEME_LIST->postpause 4 years ago
  Juho Hiltunen 8ce104a315 code cleanup: remove wavefile_ix, move wavefile_amp 4 years ago
  Juho Hiltunen aa62682869 code cleanup: simplify speed.fast_settings. 4 years ago
  Juho Hiltunen 74ebdb4126 code cleanup: remove unused speed.loud_consonants 4 years ago
  freddii 61efed30fa fixed spelling mistakes 4 years ago
  Juho Hiltunen 50f58168e1 code cleanup: remove unused *constcharptr and MakeWawe2() 4 years ago
  Juho Hiltunen ee944700f8 code cleanup: Check all local includes with include-what-you-use 4 years ago
  Juho Hiltunen 5d03047c19 code cleanup: remove unused int vowel_transition[4] 4 years ago
  Juho Hiltunen 9232f1911e code cleanup: remove unnecessary references to out_start. 4 years ago
  Tobias Platen a6dbed8168 add output hooks for wavegen 4 years ago
  Reece H. Dunn c6ac526847 When printing phonemes, don't add a space at the start of a sentence or clause. 6 years ago
  Reece H. Dunn 8e13f7147c Add constants for use with PHONEME_LIST.newword. 6 years ago
  Juho Hiltunen 839f727a24 headers: move WordToString() to synthesize.h 7 years ago
  Juho Hiltunen d196d93ed5 maintainability: move variables to files where they are used, allowing removal of unnecessary extern declarations 7 years ago
  Juho Hiltunen 1bad240de8 maintainability: remove some unused variables and unnecessary extern declarations 7 years ago
  Juho Hiltunen 29cba35a9e headers: add new file mbrola.h with declarations of functions in compilembrola.c and synth_mbrola.c 7 years ago
  Juho Hiltunen f00ff91fe4 headers: add new file wavegen.h with declarations of functions in wavegen.c 7 years ago
  Juho Hiltunen 9012f3f0bf headers: continue with synthdata.h 7 years ago
  Juho Hiltunen 231a1d0944 headers: add new file dictionary.h with declarations of functions in dictionary.c 7 years ago
  Juho Hiltunen 706df97b20 headers: add new file readclause.h with declarations of functions in readclause.c 7 years ago
  Juho Hiltunen 079d5a92c5 remove more unnecessary speech.h includes 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 da287fb851 Unify terminology for stress 7 years ago
  Juho Hiltunen 4f56345fb5 Use stdbool instead of int (Issue #8) 7 years ago
  Reece H. Dunn b5c415a98d Rename OPCODE_ to INSTN_. 7 years ago
  Reece H. Dunn 351126b3b1 Move polint from synthesize.h to spect.h. 7 years ago
  Reece H. Dunn 90d53e145f Move the klatt methods from synthesize.h to klatt.h. 7 years ago
  Reece H. Dunn e6c75fa350 speech.c: Fix -Wmissing-prototypes warnings. 7 years ago
  Reece H. Dunn 6acec43043 synthesize.c: Fix -Wmissing-prototypes warnings. 7 years ago
  Reece H. Dunn 74f9f5e34b wavegen.c: Fix -Wmissing-prototypes warnings. 7 years ago
  Reece H. Dunn 66a53cce02 klatt.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 ec8a7b810f Use the text decoder object at the top-level Synthesize/espeak_TextToPhonemes call, not in TranslateClause. 8 years ago
  Reece H. Dunn 8933185de4 Remove the unused f_in argument to the Read/Translate/SpeakNextClause functions. 8 years ago
  Reece H. Dunn f2bb482782 Use OPCODE for the RETURN and CONTINUE opcodes. 8 years ago
  Reece H. Dunn b937d37e93 Use the stress condition values in StressCondition. 8 years ago
  Reece H. Dunn 8338cdd250 Better document the other condition checks (isDiminished, etc.). 8 years ago
  Reece H. Dunn 5d2e2a2f8f Use the place of articulation constants to specify the place-based conditions. 8 years ago
  Reece H. Dunn 01e289c3d7 Use constants for the phARTICULATION values. 8 years ago
  Reece H. Dunn f0d4a98b96 Use an explicit is phoneme type constant to specify the type-based conditions. 8 years ago
  Reece H. Dunn 98703c30de Use the phflag bit offset constants to specify the phflag-based conditions. 8 years ago
  Reece H. Dunn 5600019a54 Remove unused conditional tests. 8 years ago
  Reece H. Dunn a091c20852 Remove the unused isSeqFlag1 logic checks. 8 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 c4a7ffba33 Inline the call to SynthOnTimer. 9 years ago
  Reece H. Dunn a471ba02bf SynthStatus is not called, so remove it. 9 years ago