NetBSD/sys/conf
jmcneill 23526fe3a9 Add pseudo audio device driver. With this pseudo-device, audio played back
via the standard audio interfaces is redirected back to userland as raw
PCM data on /dev/padN.

One example usage is to stream audio to an AirTunes compatible device using
rtunes (http://www.nazgul.ch/dev_rtunes.html), ie:

	$ rtunes - < /dev/pad0
	$ mpg123 -a /dev/sound1 blah.mp3

Another option is to capture audio output from eg. Real Player, by simply
instructing Real Player to output to /dev/sound1, and running:

	$ cat /dev/pad0 > blah.pcm
2007-11-11 17:37:45 +00:00
..
copyright
files Add pseudo audio device driver. With this pseudo-device, audio played back 2007-11-11 17:37:45 +00:00
majors Add pseudo audio device driver. With this pseudo-device, audio played back 2007-11-11 17:37:45 +00:00
Makefile.kern.inc Fix accidental USE_SSP -> USE_FORT: now USE_SSP works as intended for 2007-10-08 21:25:35 +00:00
mkldscript.sh
newvers_stand.sh
newvers.sh alpha can do notes. 2007-09-21 15:37:17 +00:00
osrelease.sh
param.c
std