increase the maximum number of sound card channels supported by Jamulus

This commit is contained in:
Volker Fischer 2015-11-25 15:55:05 +00:00
parent 7ace26f23e
commit 826866fe3e

View File

@ -157,7 +157,7 @@ LED bar: lbr
// channel infos for (and therefore this is the maximum number of entries in
// the channel selection combo box regardless of the actual available number
// 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
#define MAX_NUM_SERVER_ADDR_ITEMS 6