Date: Sun, 12 Mar 1995 16:27:30 -0800 From: Steven Wallace <swallace@ece.uci.edu> To: Vince Chan <vince@kbrown.oldcampus.yale.edu> Cc: freebsd-current@FreeBSD.org Subject: Re: new sound driver configuration Message-ID: <199503130027.AA13124@balboa.eng.uci.edu> In-Reply-To: Your message of "Sun, 12 Mar 1995 19:22:45 GMT." <Pine.3.89.9503121902.C553-0100000@kbrown.oldcampus.yale.edu>
next in thread | previous in thread | raw e-mail | index | archive | help
> Hi, > > How does one use the sound after it is configured and compiled > into a new kernel? > Just like before. Use the devices /dev/audio, /dev/dsp, /dev/sequencer, /dev/mixer, etc. (do a "sh MAKEDEV snd\*" if you don't have sound devices made) Then you can cat file.au > /dev/audio, or record with cat myrec.dsp < /dev/dsp Or compile a mod player like tracker or gmod (for GUS). Steven
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199503130027.AA13124>