Playing sound on Android with SoundPool while Recording microphone with AudioRecord
I’m using AudioRecord to record mic data while at the same time playing sounds with SoundPool. My problem is: When I call startRecording() on the AudioRecord, the SoundPool becomes choppy or stops …