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:
parent
eb89d1ab31
commit
89a53dbf89
1 changed files with 1 additions and 0 deletions
|
|
@ -724,6 +724,7 @@ public:
|
|||
//==============================================================================
|
||||
OpenSLAudioIODevice (const String& deviceName)
|
||||
: AudioIODevice (deviceName, openSLTypeName),
|
||||
actualBufferSize (0), sampleRate (0),
|
||||
audioProcessingEnabled (true),
|
||||
callback (nullptr)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue