diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2008-03-22 20:36:38 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2008-03-22 20:36:38 +0000 |
commit | d58a3f6d331792ef970c227cbf50942300cb3301 (patch) | |
tree | 65e6e30b93c2c78f5596f69977e5de16aa4dc2e4 /audio/Makefile | |
parent | - Take maintainership, I use it a lot (diff) |
Sphinx Base is part of a large-vocabulary, speaker-independent, continuous
speech recognition engine.
This port is required for PocketSphinx and Sphinx3
Once the system is built, try running the Perl script sphinx-demo.
The sphinx-test script should run sphinx-batch over an example
utterance of "go forward ten meters."
WWW: http://www.speech.cs.cmu.edu/sphinx/
PR: ports/121611
Submitted by: Richard Neese <r.neese@gmail.com>
Notes
Notes:
svn path=/head/; revision=209595
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 d2ce2c29992a..2abc64e1f2dc 100644 --- a/audio/Makefile +++ b/audio/Makefile @@ -607,6 +607,7 @@ SUBDIR += specimen SUBDIR += speex SUBDIR += sphinx + SUBDIR += sphinxbase SUBDIR += spiralloops SUBDIR += spiralsynth SUBDIR += spiralsynthmodular |