Playing and Recording audio at the same time

I’ve been playing with various options for playing and recording audio simultaneously. Specifically:

None of these works very well for me.

Does anyone know of an approach that enables recording and playback of audio simultaneously on both iOS and Android, please? Thanks!

Hmm, this is actually some low-level stuff, meaning you’ll need to write native code for this.
The plugins your listed are meant to do a single task, and not be combined together.

You’ll need to look into the AVFoundation for iOS and the equivalent on Android to do something like this.

Thanks. I’ll look into that then :slight_smile: