libao audio output driver. More...
#include "stdinc.h"#include <ao/ao.h>#include "audio_file.h"#include "audio_output.h"#include "config.h"#include "gui.h"
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. | |
Variables | |
| static ao_device * | devptr = NULL |
| Handle to an audio device handle if one has already been opened. | |
| static ao_sample_format | devfmt |
| Format of the current open audio device handle. | |
| static ao_option * | devopt = NULL |
| Default options that should be prepended when opening the audio device. | |
libao audio output driver.
Definition in file audio_output_ao.c.
1.6.3