mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
Windows: Fixed an issue where WASAPI audio would not correctly restart when changing buffer sizes
This commit is contained in:
parent
994ab55247
commit
4f617f8c58
1 changed files with 1 additions and 0 deletions
|
|
@ -442,6 +442,7 @@ public:
|
|||
&& tryInitialisingWithBufferSize (bufferSizeSamples))
|
||||
{
|
||||
sampleRateHasChanged = false;
|
||||
shouldClose = false;
|
||||
|
||||
channelMaps.clear();
|
||||
for (int i = 0; i <= channels.getHighestBit(); ++i)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue