When initializing AudioRecord
, one of the parameters are the AudioSource
.
When I'm using the AudioSource.DEFAULT
, there is no processing in audio input.
But when I'm using AudioSource.VOICE_RECOGNITION
, the recorder audio is processed by filters.
How can I know the filters were applied in the captured audio?