removed comments

This commit is contained in:
bjoernf 2023-08-16 22:54:30 +02:00
parent 3c5dc65105
commit 13495bdba1
2 changed files with 0 additions and 6 deletions

View File

@ -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 <stdio.h>
#include <unistd.h>

View File

@ -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
int play_raw_audio(char file_name[]);