Hello,
On some Android devices, I have bad levels on a different ways: 10 times greater, 4 times lower, levels reduction on low frequencies, ... So I decided to modify AudioSource of my acquisition task and set UNPROCESSED value:
Delphi
FAudioRecord := TJAudioRecord.JavaClass.init(TJMediaRecorder_AudioSource.JavaClass.UNPROCESSED, FSampleRate, FChannelConfig, FAudioFormat, FTailleBufferBytes);
By doing this, I thought having real raw datas from my sensor but I still have levels issues.
I am using Bass for iOS and want to evaluate Bass for Android hoping it would fix my problem.
With Android Bass library, could I change my AudioSource ? If yes, how can I do it ?
Regards