mirror of
https://github.com/mackron/miniaudio.git
synced 2026-04-22 16:24:04 +02:00
Relax MA_MAX_CHANNELS.
This commit is contained in:
+1
-1
@@ -2746,7 +2746,7 @@ typedef int ma_result;
|
||||
|
||||
#define MA_MIN_CHANNELS 1
|
||||
#ifndef MA_MAX_CHANNELS
|
||||
#define MA_MAX_CHANNELS 32
|
||||
#define MA_MAX_CHANNELS 254
|
||||
#endif
|
||||
|
||||
#ifndef MA_MAX_FILTER_ORDER
|
||||
|
||||
Reference in New Issue
Block a user