Displaying 1 result from an estimated 1 matches for "fmt_s16_ne".
Did you mean:
afmt_s16_ne
2004 Aug 06
0
[PATCH] speex-xmms endian problems fixed
...@@ -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)
{
fprintf(stderr, SELF ": audio error\n");
return;
@@ -427,7 +427,7 @@
while (speex_ip.output->buffer_free() <...