Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update standalone utility buffer size (#189)
The standalone statically allocates working space for the io buffers for the process call. I had assumed max channels was 16, but short circuit has 20 stereo outputs, so move this to 64 for now. Probably better to dynamically allocate it at startup in the future.
- Loading branch information