I am trying to transcript a long recorded audio file with SFSpeechRecognizer
. Unfortunately it seems to run in real time, e.g. if the audio file is 1 min long, SFSpeechRecognizer
will take 1 min to transcript it.
I have not found an option yet to speed it up. I know that AVAudioPlayer
has an option for speed, but I am wondering if speeding up the recorded file with AVAudioRecorder
is possible?