Client.maxFramesInProcess

Override to declare the maximum number of samples to accept If greater, the audio buffers will be splitted up. This splitting have several benefits: - help allocating temporary audio buffers on the stack - keeps memory usage low and reuse it - allow faster-than-buffer-size parameter changes

class Client
nothrow @nogc pure const nothrow @nogc
int
maxFramesInProcess
()

Return Value

Type: int

Maximum number of samples

Meta