Third party offline speech recognition from bluetooth mic and AVAudioSessionModeMeasurement

I want to minimize the amount of system-supplied signal processing to input for speech recognition, is it possible to set AVAudioSessionModeMeasurement mode on AVAudioSession and use a bluetooth mic? is there any other alternative way to perform such a task?

We can't use Siri for speech recognition because we need the speech recognition to operate in offline mode as well.

Replies

Same question here, is there any update?