[MPlayer-dev-eng] [PATCH] big-endian fixes in postproc/

Romain Dolbeau dolbeau at irisa.fr
Mon May 3 13:16:08 CEST 2004


Reimar Döffinger wrote:

> try samples in ftp://www.mplayerhq.hu/MPlayer/incoming/wavtest.zip.
> the 24 bit samples aren't (yet) supported in MPlayer, and 32 bit don't 
> work for me as they are incorrectly detected as unsigned int.
> So all you could test is probably whether the 8bit left file actually 
> plays on the left speaker (as would be correct) or the right (which I 
> would expect).

You were right. Here we are:

500Hz_both_16bit.wav : beep (both)
500Hz_both_24bit.wav : noise (both)
500Hz_both_32bit.wav : other noise (both)
500Hz_both_8bit.wav  : beep (both)
500Hz_left_16bit.wav : beep (left)
500Hz_left_24bit.wav : noise (both)
500Hz_left_32bit.wav : other noise (left)
500Hz_left_8bit.wav  : beep (right)
500Hz_mono_16bit.wav : beep (both)
500Hz_mono_24bit.wav : noise (both)
500Hz_mono_32bit.wav : other noise (both)
500Hz_mono_8bit.wav  : beep (both)
500Hz_right_16bit.wav: beep (right)
500Hz_right_24bit.wav: noise (both)
500Hz_right_32bit.wav: other noise (right)
500Hz_right_8bit.wav : beep (left)

I assume "beep" is what is expected :-)

-- 
Romain Dolbeau




More information about the MPlayer-dev-eng mailing list