titanium-speech icon indicating copy to clipboard operation
titanium-speech copied to clipboard

Use the iOS 10 SFSpeechRecognizer API in JavaScript with Appcelerator Hyperloop.

Results 7 titanium-speech issues
Sort by recently updated
recently updated
newest added

I used titamium.speech on my app without problems xcode 14.3.1 sdk 12.1.1 hyperloop 7.0.5, but when I updated to xcode 15.0.1 sdk 12.2.1 and hyperloop 7.0.6 I got this error:...

No clue about iOS HL stuff :smile: But with some trial & error I got it back to record my voice! * use imports * import AVAudioEngine from AVFAudio *...

Hello I tried the sample app on iOS 11, Titanium SDK 7.4.1GA, Hyperloop 3.1.4 but the app crashed when launching How to use the Speech2Text module ? thanks for your...

As per issue: *** -[NSURL initFileURLWithPath:]: nil string parameter #8 Added new source type, changed to switch case.

Unable to use recognition based on an existing file. Whatever the file URL is set to I get: ``` *** -[NSURL initFileURLWithPath:]: nil string parameter ``` Have Tried: - /samples/mpthreetest.mp3...

Before making changes to anything the example app crashes on iOS 10.3.3. Not sure what is going wrong. Issue is solved. Had to do with improper trap.xml configurations. Code is...

When i stop the speech recognition ("live audio" in the demo project) with TiSpeech.stopRecognition(); and i restart the speech recognition with TiSpeech.startRecognition for the second time, I get this error:...