~ubuntu-branches/ubuntu/maverick/espeak/maverick

« back to all changes in this revision

Viewing changes to src/synthesize.h

  • Committer: Bazaar Package Importer
  • Author(s): Luke Yelavich
  • Date: 2008-09-20 13:43:21 UTC
  • mfrom: (1.1.13 upstream)
  • Revision ID: james.westby@ubuntu.com-20080920134321-id3w2ptlfogz74fd
Tags: 1.39-0ubuntu1
New upstream release, FFe granted. (LP: #268390)

Show diffs side-by-side

added added

removed removed

Lines of Context:
260
260
extern const int version_phdata;
261
261
 
262
262
#define N_SOUNDICON_TAB  80   // total entries in soundicon_tab
263
 
#define N_SOUNDICON_SLOTS 4    // number of slots reserved for dynamic loading of autio files
 
263
#define N_SOUNDICON_SLOTS 4    // number of slots reserved for dynamic loading of audio files
264
264
extern int n_soundicon_tab;
265
265
extern SOUND_ICON soundicon_tab[N_SOUNDICON_TAB];
266
266
 
273
273
int DoSample(PHONEME_TAB *ph1, PHONEME_TAB *ph2, int which, int length_mod, int amp);
274
274
int DoSpect(PHONEME_TAB *this_ph, PHONEME_TAB *prev_ph, PHONEME_TAB *next_ph,
275
275
                int which, PHONEME_LIST *plist, int modulation);
276
 
int PauseLength(int pause);
 
276
int PauseLength(int pause, int control);
277
277
int LookupPhonemeTable(const char *name);
278
278
 
279
279
void InitBreath(void);