Commit 677a7132 authored by David Reid's avatar David Reid

Relax MA_MAX_CHANNELS.

parent 30c41c76
...@@ -2746,7 +2746,7 @@ typedef int ma_result; ...@@ -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
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment