e37e6d06d1
<rxg@ms25.url.com.tw>, the maintainer of this package). Changes are bugfixes, and use of the native NetBSD sound API instead of OSS emulation.
15 lines
397 B
Text
15 lines
397 B
Text
$NetBSD: patch-an,v 1.1 2000/10/18 11:22:44 rh Exp $
|
|
|
|
--- ../proto.h.orig Sat May 31 23:47:58 1997
|
|
+++ ../proto.h Tue Oct 17 16:23:23 2000
|
|
@@ -6,6 +6,10 @@
|
|
void debugOptions();
|
|
|
|
/* From: audioIO_<OSTYPE>.c */
|
|
+#ifdef OS_NetBSD
|
|
+void audioSetMixer();
|
|
+void audioSetBalance(int, int);
|
|
+#endif
|
|
void audioOpen(int frequency, int stereo, int volume);
|
|
void audioSetVolume(int);
|
|
void audioFlush();
|