Reputation: 1582
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?
Upvotes: 2
Views: 1201
Reputation: 10504
We recently updated the native-audio sample to toggle on fastpath audio when available.
Feedbacks are welcome if you run into any issue.
Upvotes: 3