Lumiera
0.pre.03
»edit your freedom«
|
Go to the source code of this file.
Interfacing to ALSA sound output.
Definition in file alsa.h.
#include <stdlib.h>
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) |