Issue
I'm trying to create audio loopback with minimal delay. Started with Android API using the AudioRecorder and AudioTrack, but the delay is too big. Then I started digging in NDK and fast path audio using OpenSL. But C++ is not among my strenghts. Still getting weird errors. Is there simple working example of fastpath audio processing and playback - simple loopback?
Solution
We recently updated the native-audio sample to toggle on fastpath audio when available.
Feedbacks are welcome if you run into any issue.
Answered By - proppy
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.