removed comments
This commit is contained in:
parent
3c5dc65105
commit
13495bdba1
@ -1,6 +1,3 @@
|
|||||||
// install libpulse-dev or libpulse package depending on your distro
|
|
||||||
// compile: gcc -Wall play_raw_audio_file.c -lpulse-simple
|
|
||||||
|
|
||||||
#include "play_raw_audio.h"
|
#include "play_raw_audio.h"
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <unistd.h>
|
#include <unistd.h>
|
||||||
|
@ -1,6 +1,3 @@
|
|||||||
// install libpulse-dev or libpulse package depending on your distro
|
|
||||||
// compile: gcc -Wall play_raw_audio_file.c -lpulse-simple
|
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
int play_raw_audio(char file_name[]);
|
int play_raw_audio(char file_name[]);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user