[MPlayer-dev-eng] realaudio...

Luke Harrison luke at vv.carleton.ca
Mon Jun 10 07:20:11 CEST 2002


On Mon, 10 Jun 2002 04:20:22 +0200 (CEST)
Horv <suti at nuk.teteny.elte.hu> wrote:

> > > as you can see, the top left, and bottom right values are equal,
> > > others mixed up...  anyone has idea about the mixing algo?
> > > (creating a table from this is not a solution, as the
> > > width/height of the matrix change per file)
> >
> > ok, i did it :)
> >
> > they mirror the matrix to the diagonal, split it to 2 half
> > and interleave them... nice :)
> >
> > the code to reorder:
> >
> > int x,y;
> > for(y=0;y<10;y++)
> >  for(x=0;x<10;x++)
> >   demux_read_data(sh->ds, sh->a_in_buffer+10*60*x+60*5*(y&1)+60*(y>>1),60);
> >
> > and yes, it does work, i can hear perfect sound!
> 
> so you can speak to yourself and discussed it yourself too :))))))))
> great :)))))
> 
> _______________________________________________
> MPlayer-dev-eng mailing list
> MPlayer-dev-eng at mplayerhq.hu
> http://mplayerhq.hu/mailman/listinfo/mplayer-dev-eng

Im fucking impressed that seemed like a classic hack :)
Congrats, MPlayer gets even better 
[plays my. rams perfectly]

-- 
Luke Harrison
luke at vv.carleton.ca





More information about the MPlayer-dev-eng mailing list