mirror of
https://github.com/linux-speakup/espeakup.git
synced 2026-08-22 07:44:16 +02:00
added prototypes for queue functions
This commit is contained in:
parent
2bf3b17ffc
commit
4c30dac5e1
1 changed files with 4 additions and 0 deletions
|
|
@ -51,6 +51,10 @@ struct synth_t {
|
|||
|
||||
extern int debug;
|
||||
|
||||
extern void queue_clear(void);
|
||||
extern void queue_add_cmd(enum command_t cmd, enum adjust_t adj, int value);
|
||||
extern void queue_add_text(char *txt, size_t length);
|
||||
extern void queue_process_entry(struct synth_t *s);
|
||||
extern int SynthCallback(short *wav, int numsamples, espeak_EVENT *events);
|
||||
extern espeak_ERROR set_frequency(struct synth_t *s, int freq, enum adjust_t adj);
|
||||
extern espeak_ERROR set_pitch (struct synth_t *s, int pitch, enum adjust_t adj);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue