40 lines
1.3 KiB
Plaintext
40 lines
1.3 KiB
Plaintext
Categories:Multimedia
|
|
License:FreeBSD
|
|
Web Site:http://cmusphinx.sourceforge.net
|
|
Source Code:https://github.com/cmusphinx/pocketsphinx-android-demo
|
|
Issue Tracker:https://github.com/cmusphinx/pocketsphinx-android-demo/issues
|
|
|
|
Auto Name:PocketSphinx Demo
|
|
Summary:Speech recognition
|
|
Description:
|
|
Demo project for a speech recognition system developed at the Carnegie
|
|
Melon University.
|
|
.
|
|
|
|
Repo Type:git
|
|
Repo:https://github.com/cmusphinx/pocketsphinx-android-demo
|
|
|
|
Build:1.0,1
|
|
commit=d621ef994e30ecdac3e7dfc8bdb58ae28c2499a7
|
|
srclibs=PocketSphinxAndroid@fec0f54,PocketSphinx@7a8f71cb1c,SphinxBase@fdb39026a0
|
|
rm=libs/
|
|
prebuild=mkdir dep && cp -R $$PocketSphinxAndroid$$ dep/pocketsphinx-android && \
|
|
cp -R $$PocketSphinx$$ dep/pocketsphinx && cp -R $$SphinxBase$$ dep/sphinxbase && \
|
|
pushd dep/pocketsphinx-android && \
|
|
echo -e "ndk.dir=$$NDK$$\nsdk.dir=$$SDK$$\nsdk.version=19" > build.properties && \
|
|
ant jar && mv lib ../../libs && cp build/pocketsphinx-android-*-nolib.jar ../../libs/ && \
|
|
popd && rm -fR dep
|
|
scanignore=libs
|
|
|
|
Maintainer Notes:
|
|
* build is creepy, but is upstream's recommendation.
|
|
* demo project does not update versioncode
|
|
* binary speech recognition files at assets/sync/models/
|
|
.
|
|
|
|
Auto Update Mode:None
|
|
Update Check Mode:RepoManifest
|
|
Current Version:1.0
|
|
Current Version Code:1
|
|
|