Apple has featured Voice Dictation as one of the marquee features of the new iPad. Either through a app that ships with the iPad or an App Store one, can the iPad record audio (as for a podcast) and at the same time transcribe the text therein?
No, this does not work.I started a background recording with DropVox, then switched over to PlainText and tapped the dictation button and dictated a sentence. I then switched back to DropVox and it looked like it was still recording (the counter was still going up). I stopped it, it uploaded the file, but when I listened to it the start and end were there, but the part from when I started dictating to when I opened DropVox back up wasn't. Very strange, but ultimately the answer is it doesn't work. If you're curious, the resultant audio file can be found here. "And it looks like the timer's still going" was said after DropVox opened back up. |
|||||
|
|
OK, so a possible workflow is thus:
|
|||
|
|
|
I've had a look in developer docs and I don't think it's possible for any app to do this. I was thinking of a line input recording audio while Voice Dictation processes input from the built-in mic - but the developer docs don't show me any way to select which audio input is active at any one time. There is only a simple boolean available to AVAudioSession, the class providing the recording context for an iOS app, to determine whether an audio input source is available with no means of enumerating or selecting any specific input. |
|||
|
|