first commit

This commit is contained in:
2023-08-16 22:38:32 +02:00
commit c81e05c841
6 changed files with 171 additions and 0 deletions

6
play_raw_audio.h Normal file
View 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[]);