1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00

Android: add support for Google Oboe (developer preview).

This commit is contained in:
Lukasz Kozakiewicz 2018-03-07 17:43:39 +01:00
parent 4aa7e318bb
commit c859b4af1d
12 changed files with 1565 additions and 8 deletions

View file

@ -153,6 +153,10 @@
#include <SLES/OpenSLES_AndroidConfiguration.h>
#endif
#if JUCE_USE_ANDROID_OBOE
#include <oboe/Oboe.h>
#endif
#endif
#include "audio_io/juce_AudioDeviceManager.cpp"
@ -211,6 +215,10 @@
#if JUCE_USE_ANDROID_OPENSLES
#include "native/juce_android_OpenSL.cpp"
#endif
#if JUCE_USE_ANDROID_OBOE
#include "native/juce_android_Oboe.cpp"
#endif
#endif
#if ! JUCE_SYSTEMAUDIOVOL_IMPLEMENTED