I'm trying to create a wav file using the XE5 Firemonkey for Android
from this link : http://i-liger.com/article/android-wav-audio-recording
I read that we must forget about using the MediaRecorder class .
First of all we have to forget about MediaRecorder class. Instead we have to use AudioRecord, this class providing more flexibility.
How can I use the AudioRecord in XE5 ?