Audio input through headphone jack in Android?
问题 I am trying to get audio input through the headphone jack for my final year project. It would be a great help if someone can share some code on how to capture the data. I have been trying but as I am fairly new to android, I couldn't find any API for headphone jack in MediaRecorder.AudioSource... There are only these sources available: http://developer.android.com/reference/android/media/MediaRecorder.AudioSource.html 回答1: If you choose e.g. DEFAULT or MIC from MediaRecorder.AudioSource as