diff options
author | pav <pav@FreeBSD.org> | 2008-03-23 04:38:18 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2008-03-23 04:38:18 +0800 |
commit | 6826680969e011223f4ff78f0b98ff2027ffde39 (patch) | |
tree | a9107ca4d14c01a51cc15e2bcece2000e42a84ec /audio/Makefile | |
parent | e6cd31656054aee4eb9ecf3e186a1efa6b62ddee (diff) | |
download | freebsd-ports-gnome-6826680969e011223f4ff78f0b98ff2027ffde39.tar.gz freebsd-ports-gnome-6826680969e011223f4ff78f0b98ff2027ffde39.tar.zst freebsd-ports-gnome-6826680969e011223f4ff78f0b98ff2027ffde39.zip |
Sphinx 3 is a frontend to the sphinxbase, a large-vocabulary,
speaker-independent, continuous speech recognition engine.
Once the system is built, try running the Perl script sphinx3-demo.
The sphinx3-test script should run sphinx3-batch over an example
utterance of "go forward ten meters."
WWW: http://www.speech.cs.cmu.edu/sphinx/
PR: ports/121612
Submitted by: Richard Neese <r.neese@gmail.com>
Diffstat (limited to 'audio/Makefile')
-rw-r--r-- | audio/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/audio/Makefile b/audio/Makefile index d6f82f39b596..2f51f8cb4a3b 100644 --- a/audio/Makefile +++ b/audio/Makefile @@ -608,6 +608,7 @@ SUBDIR += specimen SUBDIR += speex SUBDIR += sphinx + SUBDIR += sphinx3 SUBDIR += sphinxbase SUBDIR += spiralloops SUBDIR += spiralsynth |