pub const DEFAULT_COMMAND_BUFFER_SIZE: usize = 1_000_000;
Expand description

size of the buffer for the channels, in bytes. Must be bigger than the size of the data received. (1 MB)