mirror of
https://github.com/mackron/miniaudio.git
synced 2026-04-23 08:44: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
|
#define MA_MIN_CHANNELS 1
|
||||||
#ifndef MA_MAX_CHANNELS
|
#ifndef MA_MAX_CHANNELS
|
||||||
#define MA_MAX_CHANNELS 32
|
#define MA_MAX_CHANNELS 254
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef MA_MAX_FILTER_ORDER
|
#ifndef MA_MAX_FILTER_ORDER
|
||||||
|
|||||||
Reference in New Issue
Block a user