[xiph-cvs] cvs commit: MTG soundboard.c smallft.c
Monty
xiphmont at xiph.org
Thu Dec 12 19:11:30 PST 2002
xiphmont 02/12/12 22:11:30
Modified: . soundboard.c
Removed: . smallft.c
Log:
smallft no live here either
Revision Changes Path
1.11 +2 -2 MTG/soundboard.c
Index: soundboard.c
===================================================================
RCS file: /usr/local/cvsroot/MTG/soundboard.c,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- soundboard.c 24 Nov 2002 01:21:18 -0000 1.10
+++ soundboard.c 13 Dec 2002 03:11:30 -0000 1.11
@@ -97,7 +97,7 @@
/******** channel mappings. All hardwired for now... ***********/
// only OSS stereo builin for now
-#define MAX_OUTPUT_CHANNELS 4
+#define MAX_OUTPUT_CHANNELS 2
#define MAX_FILECHANNELS 2
#define CHANNEL_LABEL_LENGTH 50
int playback_bufsize=0;
@@ -3016,7 +3016,7 @@
exit(1);
}
- playfd=fopen("/dev/dsp1","wb");
+ playfd=fopen("/dev/dsp","wb");
if(!playfd){
fprintf(stderr,"unable to open audio device for playback: %s.\n",strerror(errno));
fprintf(stderr,"\nPress enter to continue\n");
<p><p>--- >8 ----
List archives: http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/
To unsubscribe from this list, send a message to 'cvs-request at xiph.org'
containing only the word 'unsubscribe' in the body. No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.
More information about the commits
mailing list