Hi
i was searching for a way to record audio from mic i found this neat library
http://www.b4x.com/android/help/audiorecorder.html
i was able to record successfully using this code
the problem is that this settings is making a lot of noise and it cant capture audio from far distance (i must hold my phone near to my mouth so the record will be clear)
is their is a specified type or encode/format that could capture audio from more far distance ?
i was searching for a way to record audio from mic i found this neat library
http://www.b4x.com/android/help/audiorecorder.html
i was able to record successfully using this code
B4X:
rec.Initialize()
rec.AudioSource = rec.AS_MIC
rec.OutputFormat = rec.OF_THREE_GPP
rec.AudioEncoder = rec.AE_AMR_NB
rec.prepare
the problem is that this settings is making a lot of noise and it cant capture audio from far distance (i must hold my phone near to my mouth so the record will be clear)
is their is a specified type or encode/format that could capture audio from more far distance ?