New app: PocketSphinx Demo

master
Boris Kraut 2014-09-24 00:45:44 +02:00
parent 3c6c401eb3
commit c1eaea9cec
4 changed files with 45 additions and 0 deletions

View File

@ -0,0 +1,39 @@
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

2
srclibs/PocketSphinx.txt Normal file
View File

@ -0,0 +1,2 @@
Repo Type:git
Repo:https://github.com/cmusphinx/pocketsphinx

View File

@ -0,0 +1,2 @@
Repo Type:git
Repo:https://github.com/cmusphinx/pocketsphinx-android

2
srclibs/SphinxBase.txt Normal file
View File

@ -0,0 +1,2 @@
Repo Type:git
Repo:https://github.com/cmusphinx/sphinxbase