Audio output abstraction. More...

Go to the source code of this file.
Functions | |
| int | audio_output_open (void) |
| Open the sound device for audio output. | |
| int | audio_output_play (struct audio_file *fd) |
| Write data to the sound device. | |
| void | audio_output_close (void) |
| Close the sound device. | |
| int | audio_output_volume_up (void) |
| Increment the volume and return the new value in percent. | |
| int | audio_output_volume_down (void) |
| Decrement the volume and return the new value in percent. | |
Audio output abstraction.
Definition in file audio_output.h.
1.6.3