speech recognition
The speech recognition proxy provides an interface to a speech recognition system. More...
Detailed Description
The speech recognition proxy provides an interface to a speech recognition system.
Classes | |
| struct | playerc_speechrecognition_t |
| Speech recognition proxy data. More... | |
Functions | |
| PLAYERC_EXPORT playerc_speechrecognition_t * | playerc_speechrecognition_create (playerc_client_t *client, int index) |
| Create a speech recognition proxy. More... | |
| PLAYERC_EXPORT void | playerc_speechrecognition_destroy (playerc_speechrecognition_t *device) |
| Destroy a speech recognition proxy. More... | |
| PLAYERC_EXPORT int | playerc_speechrecognition_subscribe (playerc_speechrecognition_t *device, int access) |
| Subscribe to the speech recognition device. More... | |
| PLAYERC_EXPORT int | playerc_speechrecognition_unsubscribe (playerc_speechrecognition_t *device) |
| Un-subscribe from the speech recognition device. | |
Function Documentation
◆ playerc_speechrecognition_create()
| PLAYERC_EXPORT playerc_speechrecognition_t* playerc_speechrecognition_create | ( | playerc_client_t * | client, |
| int | index | ||
| ) |
Create a speech recognition proxy.
◆ playerc_speechrecognition_destroy()
| PLAYERC_EXPORT void playerc_speechrecognition_destroy | ( | playerc_speechrecognition_t * | device | ) |
Destroy a speech recognition proxy.
◆ playerc_speechrecognition_subscribe()
| PLAYERC_EXPORT int playerc_speechrecognition_subscribe | ( | playerc_speechrecognition_t * | device, |
| int | access | ||
| ) |
Subscribe to the speech recognition device.

