TLSphinx icon indicating copy to clipboard operation
TLSphinx copied to clipboard

Swift wrapper around Pocketsphinx

Results 22 TLSphinx issues
Sort by recently updated
recently updated
newest added

Build for simulator is failing. Xcode 14.3.1 Steps to reproduce: 1. Just downloaded source code as zip. 2. Opened using Xcode 3. Build target changed to iOS (iPad Pro) 4....

It works for me for to convert speech to text. 👍 In my case it's not necessary to convert the speech. I just need to recognize a wake word. It...

I tried to install TLSphinx with Carthage and I always get this error: > *** Fetching TLSphinx > *** Checking out TLSphinx at "1.0.2" > *** xcodebuild output can be...

Hi Bruno, Long time amigo. Just wanted to share this with you! A synthesis demo for Sphinx, based on your wrapper, and Sphinx. 💎 https://github.com/dotmain/SphinxSynthesis //Sina

Hello, I got this error when running on swift 5. Please help me. `Error Domain=Runtime Error Code=500 "Start decoding speech failed with error: CantStartAudioEngine(Error Domain=com.apple.coreaudio.avfaudio Code=-10868 "(null)" UserInfo={failed call=err =...

In the README.md, at [Decoder](https://github.com/tryolabs/TLSphinx#decoder), it says that the input file needs to be unheadered. I think that means it needs to be a file of type raw, with the...

I ran the sample in readme, and I got the result of hyp.text as empty string, and hyp.score as -681. Why dis the hyp.text not give any results?

Since the Carthage version does not run successfully on a device (Issue #24), I need the ability to edit the code and rebuild the project. Is there a straightforward way...

I am getting an error message in Xcode for an iOS project during compile time pertaining to the file 6844.lm in my project that says: >Command Lex failed with a...

I get the following error after making sure that the mdef file is where my code says it is: > Current configuration: > [NAME] [DEFLT] [VALUE] > -agc none none...