How to add an audio filter to AudioRecord (on Android)?
Posted
by
Jim
on Stack Overflow
See other posts from Stack Overflow
or by Jim
Published on 2014-06-07T09:21:38Z
Indexed on
2014/06/07
9:24 UTC
Read the original article
Hit count: 155
I would like to write a "daemon" application that will add a special audio filter (e.g. audio enhancement) to AudioRecord. The result should be as follows: Whenever any VoIP application (e.g. Skype,...) will create an AudioRecord, the captured audio will be first filtered using my daemon application before it reaches Skype. Is this doable ? For example can I use an AudioSessionID=0 to attach my filter to all the input channels ?
© Stack Overflow or respective owner