mirror of
https://github.com/morgan9e/UxPlay
synced 2026-04-14 00:04:13 +09:00
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:
@@ -33,7 +33,7 @@
|
||||
#include "utils.h"
|
||||
#include "byteutils.h"
|
||||
|
||||
#define RAOP_BUFFER_LENGTH 960
|
||||
#define RAOP_BUFFER_LENGTH 32
|
||||
|
||||
typedef struct {
|
||||
/* Data available */
|
||||
|
||||
Reference in New Issue
Block a user