From e8e5747650626442f8f9940ad5bc37b21ca85ad9 Mon Sep 17 00:00:00 2001 From: Takamichi Horikawa Date: Mon, 17 Jul 2017 00:38:13 +0900 Subject: soundout autoconf --- soundout/pulseout.h | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 soundout/pulseout.h (limited to 'soundout/pulseout.h') diff --git a/soundout/pulseout.h b/soundout/pulseout.h new file mode 100644 index 0000000..d9fbb20 --- /dev/null +++ b/soundout/pulseout.h @@ -0,0 +1,9 @@ +#ifndef MYON_PULSEOUT_H_INCLUDED +#define MYON_PULSEOUT_H_INCLUDED + +#include "soundout.h" + +struct sound_state *pulseout_init(const char *clientname, unsigned srate, sound_callback cbfunc, void *userptr); + +#endif // MYON_PULSEOUT_H_INCLUDED + -- cgit v1.2.3