Lines Matching +full:check +full:- +full:api +full:- +full:rate
5 …data from Java to C++ you can use [JNI](https://developer.android.com/training/articles/perf-jni).
7 …sider whether the reduced latency which Oboe gives you (particularly on high-end devices) is worth…
13 …/android/media/AudioTrack#PERFORMANCE_MODE_LOW_LATENCY) was added in API 26, For API 24 or 25 use …
18 … on using FFmpeg in your app [check out this article](https://medium.com/@donturner/using-ffmpeg-f…
21 …ions here](https://github.com/google/oboe/blob/main/docs/GettingStarted.md#2-update-cmakeliststxt).
25 1) Invalidate the Android Studio cache by going to File->Invalidate Caches / Restart
33 - You are opening an output stream and did not specify a **data callback**.
34 - You requested a **sample** rate which does not match the audio device's native sample rate. For p…
35 - If you request **AudioFormat::Float on an Input** stream before Android 9.0 then you will **not**…
36 - The audio **device** does not support `LowLatency` streams, for example Bluetooth.
37 - You requested a **channel count** which is not supported natively by the audio device. On most de…
38 - The **maximum number** of `LowLatency` streams has been reached. This could be by your app, or by…
40 - You are on Android 7.0 or below and are receiving `PerformanceMode::None`. The ability to query t…