1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-25 02:04:23 +00:00

Fixed uninitialised variables in Android OpenSL which may have resulted in OpenSL using the slow audio path

This commit is contained in:
hogliux 2017-03-10 12:06:39 +00:00
parent eb89d1ab31
commit 89a53dbf89

View file

@ -724,6 +724,7 @@ public:
//==============================================================================
OpenSLAudioIODevice (const String& deviceName)
: AudioIODevice (deviceName, openSLTypeName),
actualBufferSize (0), sampleRate (0),
audioProcessingEnabled (true),
callback (nullptr)
{