Browse Source

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

tags/2021-05-28
hogliux 8 years ago
parent
commit
89a53dbf89
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      modules/juce_audio_devices/native/juce_android_OpenSL.cpp

+ 1
- 0
modules/juce_audio_devices/native/juce_android_OpenSL.cpp View File

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


Loading…
Cancel
Save