increase the maximum number of sound card channels supported by Jamulus
This commit is contained in:
parent
7ace26f23e
commit
826866fe3e
1 changed files with 1 additions and 1 deletions
|
@ -157,7 +157,7 @@ LED bar: lbr
|
||||||
// channel infos for (and therefore this is the maximum number of entries in
|
// channel infos for (and therefore this is the maximum number of entries in
|
||||||
// the channel selection combo box regardless of the actual available number
|
// the channel selection combo box regardless of the actual available number
|
||||||
// of channels by the audio device)
|
// of channels by the audio device)
|
||||||
#define MAX_NUM_IN_OUT_CHANNELS 32
|
#define MAX_NUM_IN_OUT_CHANNELS 64
|
||||||
|
|
||||||
// maximum number of elemts in the server address combo box
|
// maximum number of elemts in the server address combo box
|
||||||
#define MAX_NUM_SERVER_ADDR_ITEMS 6
|
#define MAX_NUM_SERVER_ADDR_ITEMS 6
|
||||||
|
|
Loading…
Reference in a new issue