Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

1.0.0 #46

Merged
merged 18 commits into from May 18, 2018
Merged

1.0.0 #46

merged 18 commits into from May 18, 2018

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.

None yet

2 participants