mirror of
https://git.freebsd.org/ports.git
synced 2025-07-03 18:39:16 -04:00
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>
14 lines
335 B
C
14 lines
335 B
C
--- src/libsphinxad/ad_oss_bsd.c (revision 7548)
|
|
+++ src/libsphinxad/ad_oss_bsd.c (working copy)
|
|
@@ -65,11 +65,7 @@
|
|
#include <stdlib.h>
|
|
#include <string.h>
|
|
#include <sys/ioctl.h>
|
|
-#if defined(SYS_SOUNDCARD_H)
|
|
#include <sys/soundcard.h>
|
|
-#else
|
|
-#include <soundcard.h>
|
|
-#endif
|
|
#include <errno.h>
|
|
#include <config.h>
|
|
|