Is it possible to use Nuance's SpeechKit for iOS to use an audio or video file as it's source, vs. automatically using the microphone?
I created a project here:
https://github.com/jeffreality/iOSVideoTranscriber
using SpeechKit, but it transcribes off of the microphone (thus disabling video capture). If I could have it transcribe after the fact, that would work as a work-around.
Well, you can use Nuance's Http services.
You'll get to handle the recording and send the http request.