This was part of espeakedit, and used wxWidgets to draw the envelope graphs.master
extern int utf8_in(int *c, const char *buf); | extern int utf8_in(int *c, const char *buf); | ||||
extern int utf8_out(unsigned int c, char *buf); | extern int utf8_out(unsigned int c, char *buf); | ||||
extern void DrawEnvelopes(); | |||||
typedef struct { | typedef struct { | ||||
const char *mnem; | const char *mnem; | ||||
LoadPhData(NULL); | LoadPhData(NULL); | ||||
CompileReport(); | CompileReport(); | ||||
#ifdef MAKE_ENVELOPES | |||||
DrawEnvelopes(); | |||||
#endif | |||||
if(resample_count > 0) | if(resample_count > 0) | ||||
{ | { |