Lumiera  0.pre.03
»edit your freedom«
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
alsa.h File Reference

Go to the source code of this file.

Description

Interfacing to ALSA sound output.

Remarks
Example implementation from 2011
Todo:
for now this header defines some functions used for experimentation with ALSA
See also
output-slot.hpp

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)