Reply To: AVCaptureSession audio combined with speech recognition

Home Forums OpenEars AVCaptureSession audio combined with speech recognition Reply To: AVCaptureSession audio combined with speech recognition

#1022612
decoder
Participant

Thanks for your feedback. Tested the same code with iOS 8 and got another issue when switching video recording to another file. Apparently, this time the video recording can’t start anymore (or the delegate doesn’t fire correctly).

Generally OpenEars collides somehow with the AVCaptureSession (or other way around).

When I’ll get some time I will try to add Voice Commands to the AVCam sample from Apple (https://developer.apple.com/library/ios/samplecode/AVCam/Introduction/Intro.html) and hopefully I will be able to reproduces these conflicts.