diff options
author | pav <pav@FreeBSD.org> | 2008-03-23 04:37:29 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2008-03-23 04:37:29 +0800 |
commit | e6cd31656054aee4eb9ecf3e186a1efa6b62ddee (patch) | |
tree | c253b9da3253235d2cf972ab87710b01feb46754 /audio/Makefile | |
parent | 005a3ff067723ab1fb43b30b17a679c92ea48f6e (diff) | |
download | freebsd-ports-gnome-e6cd31656054aee4eb9ecf3e186a1efa6b62ddee.tar.gz freebsd-ports-gnome-e6cd31656054aee4eb9ecf3e186a1efa6b62ddee.tar.zst freebsd-ports-gnome-e6cd31656054aee4eb9ecf3e186a1efa6b62ddee.zip |
Pocket Sphinx is a frontend to the sphinxbase large-vocabulary,
speaker-independent, continuous speech recognition engine.
This is an early release of a research system. The APIs and function
names are likely to change, and several tools still need to be made
available to make this all complete.
Once the system is built, try running the Perl script sphinx2-demo.
The pocketsphinx-test script should run pocketsphinx-batch over an example
utterance of "go forward ten meters."
WWW: http://www.speech.cs.cmu.edu/sphinx/
PR: ports/121610
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 2abc64e1f2dc..d6f82f39b596 100644 --- a/audio/Makefile +++ b/audio/Makefile @@ -497,6 +497,7 @@ SUBDIR += play SUBDIR += playgsf SUBDIR += playmidi + SUBDIR += pocketsphinx SUBDIR += portaudio SUBDIR += portaudio2 SUBDIR += praat |