Is it possible to use the AudioTrack
class in the way that the audio signal is passed to the microphone input?
What I'm trying to achieve is some kind of interceptor, which takes the microphone input (using AudioRecord
class), performs some transformations on the sound, and then, sends the transformed audio to another application, which records microphone input (it can be Skype or sound recorder).