1
0
Fork 0
mirror of https://git.freebsd.org/ports.git synced 2025-07-03 18:39:16 -04:00
ports/audio/sphinxbase/files/patch-src-libsphinxad_ad_oss_bsd.c
Pav Lucistnik d58a3f6d33 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>
2008-03-22 20:36:38 +00:00

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>