Expand description
Native audio playback functions
These functions are only available if you compile and link against
spd_audio.c
from the speech-dispatcher distribution, otherwise using any of the defined
functions will result in linking errors. Most speech-dispatcher modules
should be OK with only supporting server audio and hence do not need these
functions.
Structs§
- ID
- Params
- Server settable audio output parameters
- Plugin
- These callbacks are called from a single thread, except
stopwhich can be called from another threadopenis called first, which returns anID, which is later passed to to all the other callbacks, so plugins can extend theIDstructure as they see fit to include their own data. - Track