audio_output_pulse.c File Reference

PulseAudio audio output driver. More...

#include "stdinc.h"
#include <pulse/simple.h>
#include "audio_file.h"
#include "audio_output.h"
#include "gui.h"
Include dependency graph for audio_output_pulse.c:

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.

Detailed Description

PulseAudio audio output driver.

Definition in file audio_output_pulse.c.

 All Data Structures Files Functions Variables Defines
Generated on Mon Mar 15 04:45:06 2010 for herrie by  doxygen 1.6.3