[MPlayer-users] purevoice audio

Reimar Döffinger Reimar.Doeffinger at stud.uni-karlsruhe.de
Fri Feb 22 21:13:44 CET 2008


On Fri, Feb 22, 2008 at 08:53:22PM +0100, Dominik 'Rathann' Mierzejewski wrote:
> On Friday, 22 February 2008 at 20:42, Reimar Döffinger wrote:
> > On Fri, Feb 22, 2008 at 08:09:04PM +0100, Dominik 'Rathann' Mierzejewski wrote:
> > > On Friday, 22 February 2008 at 20:06, Reimar Döffinger wrote:
> > > > On Fri, Feb 22, 2008 at 06:19:51PM +0000, Raphael Clifford wrote:
> > > > > You might have thought that on 32 bit
> > > > > intel the qcelp codec would do it but I can't see how to get that to
> > > > > work.
> > > > 
> > > > Well, then you would still be one step ahead of me, I can't even see
> > > > where I could get that qcelp codec.
> > > > But if you have it, you would have to add it to codecs.conf, hope that
> > > > it can be used without code changes and use -ac +qcelp or so (hopefully
> > > > libnemesi is codec in such a way that using that -ac syntax can be used
> > > > instead of changing the code).
> > > 
> > > -ac +qcelp doesn't work
> > > I compiled a 32bit mplayer and installed QuickTime binary codecs for that.
> > 
> > And what about changing codecs.conf? -ac +qcelp obviously does not work
> > when there is no codec named "qcelp"...
> 
> Sorry, I meant qclp:
> 
> $ mplayer -ac help | grep qc
> qclp        qtaudio   working   QuickTime QCLP audio decoder  [QuickTime.qts]

Try this:
Index: libmpdemux/demux_nemesi.c
===================================================================
--- libmpdemux/demux_nemesi.c   (revision 26061)
+++ libmpdemux/demux_nemesi.c   (working copy)
@@ -40,6 +40,7 @@
     {"MPA", 0x55}, 
     {"vorbis", mmioFOURCC('v','r','b','s')},
     {"mpeg4-generic", mmioFOURCC('M','P','4','A')},
+    {"x-Purevoice", mmioFOURCC('Q','C','L','P')},
     {NULL, 0},
 };




More information about the MPlayer-users mailing list