Reply To: Recognition for WAV file not in Bundle

Home Forums OpenEars Recognition for WAV file not in Bundle Reply To: Recognition for WAV file not in Bundle

#1031723
kmlong1183
Participant

Halle,

Problem resolved. It seems the path issue was that I was taking the absoluteString from the AVAudioRecord.url (prefixed with a file://) and not path (not prefixed).

Using .path instead of .absoluteString resolved the issue.