first commit
This commit is contained in:
6
play_raw_audio.h
Normal file
6
play_raw_audio.h
Normal file
@@ -0,0 +1,6 @@
|
||||
// install libpulse-dev or libpulse package depending on your distro
|
||||
// compile: gcc -Wall play_raw_audio_file.c -lpulse-simple
|
||||
|
||||
#pragma once
|
||||
|
||||
int play_raw_audio(char file_name[]);
|
||||
Reference in New Issue
Block a user