I'm trying to understand how the Phone application of android is accessing the microphone. The normal way to get microphone stream and save it is to use the helper classes:
- AudioRecord
- MediaRecorder
But the Phone application doesn't use any of the classes. I'm trying to understand how the application is able to access the microphone. Can anyone help me with parts of the source code? Because I'm sitting here a lot of hours and reading source code, but I can't figure out how does it work. I hope there is anybode able to help me.
Best Regards
John