AudioRecord audio capture

144 views Asked by At

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?

0

There are 0 answers