Browse Source

code cleanup: remove unused *constcharptr and MakeWawe2()

master
Juho Hiltunen 5 years ago
parent
commit
50f58168e1
2 changed files with 0 additions and 3 deletions
  1. 0
    1
      src/libespeak-ng/synthesize.h
  2. 0
    2
      src/libespeak-ng/translate.h

+ 0
- 1
src/libespeak-ng/synthesize.h View File



void SynthesizeInit(void); void SynthesizeInit(void);
int Generate(PHONEME_LIST *phoneme_list, int *n_ph, bool resume); int Generate(PHONEME_LIST *phoneme_list, int *n_ph, bool resume);
void MakeWave2(PHONEME_LIST *p, int n_ph);
int SpeakNextClause(int control); int SpeakNextClause(int control);
void SetSpeed(int control); void SetSpeed(int control);
void SetEmbedded(int control, int value); void SetEmbedded(int control, int value);

+ 0
- 2
src/libespeak-ng/translate.h View File

// match 1 pre 2 post 0 - use common phoneme string // match 1 pre 2 post 0 - use common phoneme string
// match 1 pre 2 post 3 0 - empty phoneme string // match 1 pre 2 post 3 0 - empty phoneme string


typedef const char *constcharptr;

// used to mark words with the source[] buffer // used to mark words with the source[] buffer
typedef struct { typedef struct {
unsigned int flags; unsigned int flags;

Loading…
Cancel
Save