PulseAudio audio output driver. More...
#include "stdinc.h"#include <pulse/simple.h>#include "audio_file.h"#include "audio_output.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 pa_simple * | devptr = NULL |
| Handle to an audio device handle if one has already been opened. | |
| static pa_sample_spec | devfmt = { PA_SAMPLE_S16LE, 0, 0 } |
| Format of the current open audio device handle. | |
PulseAudio audio output driver.
Definition in file audio_output_pulse.c.
1.6.3