1
0
Fork 0
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:
hogliux 2017-10-19 12:32:32 +01:00
parent 994ab55247
commit 4f617f8c58

View file

@ -442,6 +442,7 @@ public:
&& tryInitialisingWithBufferSize (bufferSizeSamples))
{
sampleRateHasChanged = false;
shouldClose = false;
channelMaps.clear();
for (int i = 0; i <= channels.getHighestBit(); ++i)