Lumiera
0.pre.03
»edit your freedom«
|
Go to the source code of this file.
Example implementation how to access the ALSA sound backend.
Definition in file alsa.c.
Functions | |
void | audio_init () |
size_t | audio_offset () |
void | audio_start (unsigned int rate, unsigned int channel_count) |
void | audio_stop () |
size_t | audio_write (const void *data, size_t amount) |