randydalrymple
randydalrymple
Comment moved from Issue #54: Note: I edited my app name to "XXXXXXX" for posting. When running on my device (iPhone 6s/iOS 12.2), TLSphinx crashes with the following error: 2019-04-16...
After copying the code in Decoder.swift to my own project and debugging from there, I found that the crash at Decoder.swift l. 189 can be avoided by changing the AVAudioSession...
I created a pull request, but I'm not sure I did it correctly (this is my first experience with the process).
TLSphinx.Decoder now works successfully in my project. Very responsive and accurate with a small word dictionary. Thank you. I still need to make changes to Decoder to set the AVAudioSession.Category...
I've been fighting the same problem. However, it appeared only when I upgraded my iPhone from iOS 13 to iOS 14 (TLSphinx still built in Swift 4). I get the...
(1) Can't Start AudioEngine: I'm still working this issue, since my app requires TLSphinx. I found some guidance in a StackOverflow post regarding AudioKit, another 3rd-party product: https://stackoverflow.com/questions/58193040/avaudiorecorder-audiokit-issues-ios-13-1-2 It seems...
Thank you. I was able to build the framework in Xcode. I somehow expected it to be much more complicated. I noticed that the framework file from Carthage was much...
I built the framework, but now I can't seem to integrate the newly-built framework into my project. Originally, I incorporated TLSphinx in my project with Carthage and built it successfully....
Hello, I have returned to this task and am trying from scratch to integrate TLSphinx directly. I did the following: (1) I dragged the TLSphinx into my project. ![Screen Shot...
Thank you. I will take a look. ________________________________ From: Nickolay V. Shmyrev Sent: Tuesday, August 27, 2019 3:17 PM To: tryolabs/TLSphinx Cc: randydalrymple ; Author Subject: Re: [tryolabs/TLSphinx] Integrate TLSphinx...