Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cmusphinx/pocketsphinx-ios-demo
Simple demo for iOS
https://github.com/cmusphinx/pocketsphinx-ios-demo
Last synced: 3 months ago
JSON representation
Simple demo for iOS
- Host: GitHub
- URL: https://github.com/cmusphinx/pocketsphinx-ios-demo
- Owner: cmusphinx
- Created: 2015-01-30T17:55:20.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2018-07-14T06:51:36.000Z (over 6 years ago)
- Last Synced: 2024-04-18T22:38:19.950Z (7 months ago)
- Language: Shell
- Size: 4.88 KB
- Stars: 76
- Watchers: 12
- Forks: 39
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- low-resource-languages - pocketsphinx-ios-demo - Simple demo for iOS. (Software / Utilities)
README
# CMUSphinx iOS build script
This is a shell script to build CMUSphinx libraries for iOS apps.
Tested with Xcode 6
## Usage
You need to build both sphinxbase and pocketsphinx. First clone both
from github, then run autogen.sh inside both in order to create
configure. You need to have autotools installed for that. Then copy
build script in sphinxbase folder and in pocketsphinx folder. Change
current folder to sphinxbase and run build script from this folder. Then
go to pocketsphinx and run build there.Script takes a list of architectures to build as an argument.
To build everything:
./build_iphone.sh
To build arm64 libraries:
./build_iphone.sh arm64
To build fat libraries for armv7 and x86_64 (64-bit simulator):
./build_iphone.sh armv7 x86_64