[MPlayer-dev-eng] [PATCH] liba52 float support
Ivo
ivop at euronet.nl
Tue Feb 22 00:01:41 CET 2005
On Monday 21 February 2005 23:45, D Richard Felker III wrote:
> It is still broken; I get white noise. Here is the log, attached. As
> you can see it's doing nonsense conversions, and there's some error
> where it tries to initialize oss in float mode (wtf)..
When I was working on af_ladspa, I noticed init for filters is called three
times. That's why it seems it loads lots of format filters, but in fact
there are only two (16-bit int to float and back for your soundcard). You
can at the end, two format filters are removed.
Still, you shouldn't hear white noise. It works fine on my machine, but
until this issue is solved, I'm a little hessitant to make af_ladspa
request floats instead of doing the conversion internally. So, the filter
queueing is fine, but somewhere the conversion from or to floats gets
messed up on your machine.
--Ivo
More information about the MPlayer-dev-eng
mailing list