Browse Source

Don't call the no longer implemented DrawEnvelopes

This was part of espeakedit, and used wxWidgets to draw the
envelope graphs.
master
Reece H. Dunn 10 years ago
parent
commit
f84fdc2d98
1 changed files with 0 additions and 4 deletions
  1. 0
    4
      src/libespeak-ng/compiledata.c

+ 0
- 4
src/libespeak-ng/compiledata.c View File



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)
{ {

Loading…
Cancel
Save