Subject: Re: curses front-end for madplay
To: Hubert Feyrer <hubert.feyrer@informatik.fh-regensburg.de>
From: Rui-Xiang Guo <rxg@ms25.url.com.tw>
List: tech-pkg
Date: 03/26/2002 17:28:12
On Tue, Mar 26, 2002 at 01:17:18AM +0100, Hubert Feyrer wrote:
> On Mon, 25 Mar 2002, Rui-Xiang Guo wrote:
> > maybe this is a usable program
> > 	cplay - a curses front-end for various audio players
> > see also
> > 	http://www.tf.hut.fi/~flu/cplay/
> > 
> > But it need to be fixed to run correctly.
> > Maybe someone could create it as a pkg. ;)
> 
> Yuck, one has to dig out the ioctl values for:
> 
> 	SOUND_MIXER_WRITE_VOLUME = 0xc0044d00
> 	SOUND_MIXER_READ_VOLUME = 0x80044d00
> 	SOUND_MIXER_WRITE_PCM = 0xc0044d04
> 	SOUND_MIXER_READ_PCM = 0x80044d04

Hi, Hubert
these values are used for Linux OSS driver.
I don't think we can use them without linking to libossaudio.

-rxg