Fake audio output driver. More...
#include "stdinc.h"#include "audio_file.h"#include "audio_output.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. | |
Fake audio output driver.
Definition in file audio_output_null.c.
1.6.3