updated readme, sorted includes, added comments

This commit is contained in:
2025-11-15 16:42:15 +01:00
parent 67ac6804a4
commit dd95410d36
3 changed files with 13 additions and 11 deletions

4
main.c
View File

@@ -1,9 +1,9 @@
#include "play_raw_audio.h"
#include <stdio.h>
#include <stdlib.h>
#include <unistd.h>
#include <time.h>
#include <string.h>
#include <time.h>
#include <unistd.h>
// debug pulse audio problems
#define PA_DEBUG 0