Crank max number of channels to 64.

This commit is contained in:
Alexandre Ratchov 2019-07-28 11:23:56 +02:00
parent 285eafeec0
commit 50ccf31dd8
2 changed files with 2 additions and 2 deletions

View File

@ -20,7 +20,7 @@
/*
* limits
*/
#define NCHAN_MAX 16 /* max channel in a stream */
#define NCHAN_MAX 64 /* max channel in a stream */
#define RATE_MIN 4000 /* min sample rate */
#define RATE_MAX 192000 /* max sample rate */
#define BITS_MIN 1 /* min bits per sample */

View File

@ -51,7 +51,7 @@
/*
* limits
*/
#define NCHAN_MAX 16 /* max channel in a stream */
#define NCHAN_MAX 64 /* max channel in a stream */
#define RATE_MIN 4000 /* min sample rate */
#define RATE_MAX 192000 /* max sample rate */
#define BITS_MIN 1 /* min bits per sample */