Low latency audio on Android via NDK

It seems that this question has been asked before, I just wanted to know if there is an update on Android.

I plan to record an audio application that incorporates low-latency audio input / output (about 10 ms). It seems that this is impossible, based on the methods proposed by the SDK, therefore, is there - meanwhile - a way to achieve this goal with the NDK?

+5
source share
2 answers

There are currently no libraries in the NDK for accessing the Android sound system, at least not that are considered safe to use (stable).

- AudioTrack? .

+4

NDK 2 apis: OpenSL ( Android 2.3 Api level 9) OpenMAX AL ( Android 4.0 Api level 14)

API OpenSL Android NDK: "native-audio".

: http://audioprograming.wordpress.com/

100-200 , . android NDK OpenSL - , HW, .

0

All Articles