mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
ASIO: Support larger buffer sizes
This commit is contained in:
parent
b5bb5273c1
commit
27af34af8b
1 changed files with 1 additions and 1 deletions
|
|
@ -399,7 +399,7 @@ public:
|
|||
|
||||
jassert (currentCallback == nullptr);
|
||||
|
||||
if (bufferSizeSamples < 8 || bufferSizeSamples > 16384)
|
||||
if (bufferSizeSamples < 8 || bufferSizeSamples > 32768)
|
||||
shouldUsePreferredSize = true;
|
||||
|
||||
if (asioObject == nullptr)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue