[MPlayer-users] [BUG] Audio playing broken in mplayer-cvs

Christoph Egger Christoph_Egger at gmx.de
Wed Jan 12 22:00:06 CET 2005


> > > Hi,

I just found a difference in the AF output.
Look at the used format.


The working version:

Checking audio filter chain for 48000Hz/2ch/16bit -> 48000Hz/2ch/16bit...
[libaf] Adding filter dummy 
[dummy] Was reinitialized, rate=48000Hz, nch = 2, format = 0x00000000 and
bps = 2
AF_pre: af format: 2 bps, 2 ch, 48000 hz, big endian signed int 
AF_pre: 48000Hz 2ch Signed 16-bit (Big-Endian)
using device Built-in audio controller for output:
        with sample rate 44100.000000, 2 channels and 32-bit sample
using device Built-in audio controller for input:
        with sample rate 44100.000000, 2 channels and 32-bit sample
[AO ESD] latency: [server: 0.28s, net: 0.00s] (adjust 0.28s)
AO: [esd] 44100Hz 2ch Signed 16-bit (Big-Endian) (2 bps)
AO: Description: EsounD audio output



The broken version:

Checking audio filter chain for 48000Hz/2ch/16bit -> 48000Hz/2ch/16bit...
[libaf] Adding filter dummy 
[dummy] Was reinitialized, rate=48000Hz, nch = 2, format = 0x00000008 and
bps = 2
AF_pre: af format: 2 bps, 2 ch, 48000 hz, big-endian 16-bit signed int
AF_pre: 48000Hz 2ch big-endian 16-bit signed int
using device Built-in audio controller for output:
        with sample rate 44100.000000, 2 channels and 32-bit sample
using device Built-in audio controller for input:
        with sample rate 44100.000000, 2 channels and 32-bit sample
[AO ESD] latency: [server: 0.28s, net: 0.00s] (adjust 0.28s)
AO: [esd] 44100Hz 2ch little-endian 16-bit signed int (2 bps)
AO: Description: EsounD audio output


The working version uses format 0x00000000, the broken one uses
0x00000008.


I don't know what these audio format values actually mean, but
it is strange to me that this bug does appear on OSX Jaguar, but not
on OSX Panther.

-- 
+++ GMX - die erste Adresse für Mail, Message, More +++
1 GB Mailbox bereits in GMX FreeMail http://www.gmx.net/de/go/mail




More information about the MPlayer-users mailing list