I spent the last few hours trying to figure it out ... I can not get around this error that occurs on my iPhone 4S inside my project. I implemented the 1.4.0 SDK when I try to recognize speech:
AURemoteIO::ChangeHardwareFormats: error -10875
It works great in a simulator.
Also, what is strange is that the sample voice recognition application works on my iPhone 4S. The code is almost identical ...
The only thing I can think of is different between the two - I have the -ObjC linker flag for TouchDB ... and I'm using ARC. However, I also tried disabling ARC for the specific class in which I use the SDK.
source
share