Lubos Horacek
Lubos Horacek

Reputation: 1582

Android fast path audio loopback

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

Answers (1)

proppy
proppy

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

Related Questions