speech
[Device proxies]
Collaboration diagram for speech:
|
Detailed Description
The speech proxy provides an interface to a speech synthesis system.
Classes | |
| struct | playerc_speech_t |
| Speech proxy data. More... | |
Functions | |
| playerc_speech_t * | playerc_speech_create (playerc_client_t *client, int index) |
| Create a speech proxy. | |
| void | playerc_speech_destroy (playerc_speech_t *device) |
| Destroy a speech proxy. | |
| int | playerc_speech_subscribe (playerc_speech_t *device, int access) |
| Subscribe to the speech device. | |
| int | playerc_speech_unsubscribe (playerc_speech_t *device) |
| Un-subscribe from the speech device. | |
| int | playerc_speech_say (playerc_speech_t *device, char *) |
| Set the output for the speech device. | |
Function Documentation
| playerc_speech_t* playerc_speech_create | ( | playerc_client_t * | client, | |
| int | index | |||
| ) |
Create a speech proxy.
| void playerc_speech_destroy | ( | playerc_speech_t * | device | ) |
Destroy a speech proxy.
| int playerc_speech_say | ( | playerc_speech_t * | device, | |
| char * | ||||
| ) |
Set the output for the speech device.
| int playerc_speech_subscribe | ( | playerc_speech_t * | device, | |
| int | access | |||
| ) |
Subscribe to the speech device.
| int playerc_speech_unsubscribe | ( | playerc_speech_t * | device | ) |
Un-subscribe from the speech device.
