Displaying 1 result from an estimated 1 matches for "speex_fs".
Did you mean:
speex's
2004 Aug 06
0
[PATCH] speex-xmms endian problems fixed
...volved in writing speex, giving the talks, and recording and
encoding the talks! Most entertaining!
Ben Stanley.
<p>
--- speex-xmms-0.8/libspeex.c Mon Sep 23 06:28:37 2002
+++ speex-xmms-0.8-works/libspeex.c Thu Apr 17 12:41:12 2003
@@ -328,7 +328,7 @@
speex_ip.set_info(speex_fs->title, speex_fs->length, -1, speex_fs->freq, speex_fs->channels);
- if (speex_ip.output->open_audio(FMT_S16_LE, speex_fs->freq, speex_fs->channels) == 0)
+ if (speex_ip.output->open_audio(FMT_S16_NE, speex_fs->freq, speex_fs->channels) == 0)...