[xiph-cvs] cvs commit: speex/src speexdec.c
Jean-Marc Valin
jm at xiph.org
Mon Sep 29 17:42:15 PDT 2003
jm 03/09/29 20:42:15
Modified: src Tag: rel-1-0-branch speexdec.c
Log:
fixed Solaris sound support
Revision Changes Path
No revision
<p>No revision
<p>1.74.2.5 +1 -0 speex/src/speexdec.c
Index: speexdec.c
===================================================================
RCS file: /usr/local/cvsroot/speex/src/speexdec.c,v
retrieving revision 1.74.2.4
retrieving revision 1.74.2.5
diff -u -r1.74.2.4 -r1.74.2.5
--- speexdec.c 20 Sep 2003 05:41:25 -0000 1.74.2.4
+++ speexdec.c 30 Sep 2003 00:42:14 -0000 1.74.2.5
@@ -194,6 +194,7 @@
#endif
info.play.encoding = AUDIO_ENCODING_SLINEAR;
info.play.precision = 16;
+ info.play.sample_rate = rate;
info.play.channels = *channels;
if (ioctl(audio_fd, AUDIO_SETINFO, &info) < 0)
<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