Skip to content

Conversation

@BrunoBerisso
Copy link
Contributor

Add support for Swift 4.1 and move all the changes in 1.0.0-beta.1 to release

cgamache and others added 18 commits September 16, 2016 21:46
Added 5prealpha binaries and headers
…nstead of open. The same goes for the functions
- Chenge some 'if' statements for 'guards', mostely in the tests
- Use STrue | SFalse instead of 1 | 0 to denote true | false when applicable
…gin in live decoding. The idea is read the data in a more appealing format for iOS (float 32, 16000 Hz) and convert it (with AVAudioConverter) to the Sphinx format (int 16, 16000Hz). AVAudioConverter is only available from iOS 9.0 so the deployment traget needs to change.
…Be aware that new words can't be added while a recognition is in progress. You should add new words before start a recognition process.

The API expect an array of tuples of String with the form: (word: 'HELLO', phones: 'HH EH L OW'). The first component is the word in plain English. The second is the pronunciation phones as appear in the cmudict (more here: http://www.speech.cs.cmu.edu/tools/lextool.html) In the future the second component should be calculated
New: `add(words)` API and some code improvements
…ld scripts tailored specifically for TLSphinx
…a fat binary into Sphinx/lib/pocketsphinx/libpocketsphinx.a
Enables bitcode and add a procedure build CMUSphinx engine
- Set SWIFT_VERSION to 4.1
@BrunoBerisso BrunoBerisso merged commit e2fafa5 into master May 18, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants