[MPlayer-dev-eng] [PATCH] Added audio format s32le and s32be for pulseaudio output
Reimar Döffinger
Reimar.Doeffinger at stud.uni-karlsruhe.de
Thu May 1 18:50:54 CEST 2008
Hello,
On Wed, Mar 26, 2008 at 12:43:09PM -0700, James Warden wrote:
> mplayer would not play some wav files using s32le
> audio format when I ouputted them to pulseaudio (-ao
> pulse). Looking at the code, I could see that this
> format (and the big endian as well) was missing. See
> patch below.
This is not the real issue, the real issue was that ao_pulse did not
tell MPlayer to convert to a format it supports but instead failed.
With e.g. -af format=s16le it would have played.
Your patch e.g. still leaves S8 format as unsupported.
I fixed the real problem and applied your patch as well, thanks and
sorry for the delay.
Greetings,
Reimar Döffinger
More information about the MPlayer-dev-eng
mailing list