[MPlayer-dev-eng] [PATCH] Mac OS X native audio output

D Richard Felker III dalias at aerifal.cx
Thu May 22 13:40:23 CEST 2003


On Thu, May 22, 2003 at 12:09:39PM +0200, Wojtek Kaniewski wrote:
> On Thu, 22 May 2003, D Richard Felker III wrote:
> > pl_* are obsolete and should be removed, but no one's written the code
> > to allow interactive volume control with af_volume... :(
> 
> maybe this patch would help? it modifies MP_CMD_VOLUME a bit. if
> af_volume is loaded, it uses its control interface instead of the
> mixer_*() functions.

IMO it would make more sense to put this change *in* the mixer_*
functions, like it was before for pl_volume. Ideally, it should pass
volume get/set commands down the af filter chain, to be intercepted by
the first volume filter if present, and otherwise by the ao. However,
I'm not sure libaf was that well-designed... :(

Rich



More information about the MPlayer-dev-eng mailing list