initial commit

This commit is contained in:
Jarcode
2017-11-25 22:00:49 -08:00
parent dce58721aa
commit ca7e6c8ba3
20 changed files with 2235 additions and 0 deletions

3
pulse_input.h Normal file
View File

@@ -0,0 +1,3 @@
void get_pulse_default_sink(struct audio_data* audio);
void* input_pulse(void* data);