change audio buffer size back to 32 (from 960) fixes #344

(This was an experiment that should not have been committed)
This commit is contained in:
F. Duncanh
2024-09-28 19:11:40 -04:00
parent ae0b13e2d7
commit b64ce6f919

View File

@@ -33,7 +33,7 @@
#include "utils.h"
#include "byteutils.h"
#define RAOP_BUFFER_LENGTH 960
#define RAOP_BUFFER_LENGTH 32
typedef struct {
/* Data available */