24adf40258
- gom is a generic audio mixer program; it tries to provide a complete and convenient interface for all kind of audio mixer manipulation. gom's facilities include sound driver (compile time) and sound card (run time) independence, arbitrary mixer selection, loading and saving or mixer settings, volume fading, verbosity-level driven output, "Un*x-like scripting support", etc.
12 lines
286 B
Plaintext
12 lines
286 B
Plaintext
--- src/gom.h~ Sun Jan 17 11:08:40 1999
|
|
+++ src/gom.h Sun Jul 11 03:06:10 1999
|
|
@@ -47,7 +47,7 @@
|
|
/* System headers */
|
|
#include <sys/time.h>
|
|
#include <sys/ioctl.h>
|
|
-#include <sys/soundcard.h>
|
|
+#include <soundcard.h>
|
|
#include <sys/stat.h>
|
|
#include <sys/types.h>
|
|
#include <unistd.h>
|