I want to analyze the audio stream data, although I know that AVAudioRecorder can record from bluetooth headset according to this answer but by AVAudioRecorder I cannot get the real time audio data.
I am using the SpeakHere to record which uses audio queue and set session category and property as that answer mentioned in the didFinishLaunchingWithOptions
method, but it doesn't work. I would appreciate a lot if anyone give me some help.