`ASSERT(samplesPerBlock < config::maxBlockSize)` (where `maxBlockSize` is 8192) means we cannot set 8192. But we don't want 8191 as the actual maximum size. |
||
|---|---|---|
| .. | ||
| external | ||
| sfizz | ||
| CMakeLists.txt | ||
| sfizz.h | ||
| sfizz.hpp | ||
`ASSERT(samplesPerBlock < config::maxBlockSize)` (where `maxBlockSize` is 8192) means we cannot set 8192. But we don't want 8191 as the actual maximum size. |
||
|---|---|---|
| .. | ||
| external | ||
| sfizz | ||
| CMakeLists.txt | ||
| sfizz.h | ||
| sfizz.hpp | ||