Testing snd_hdspe

Ruslan Bukin br at bsdpad.com
Sun Jan 20 10:24:29 UTC 2013


On Sun, Jan 20, 2013 at 09:57:33AM +0100, Ralf Mardorf wrote:
> On Sat, 19 Jan 2013 09:32:35 +0100, Ruslan Bukin <br at bsdpad.com> wrote:
> > hi!
> >
> > can you start with more simple test?
> > just play something to /dev/dsp* devices
> > (I use musicpd)
> 
> What is simpler using this daemon? The first howto I tried didn't work, I  
> hope the Wiki http://wiki.bsdforen.de/howto/mpd_einrichten isn't outdated  
> too.
> 
> I'll try to set it up now. What have I to do, to play audio files by the  
> ADAT ports after the daemon is set up?

for mpd, configure audio_output section, e.g.:

audio_output {
	     type		"oss"
	     name			"My OSS Device"
#	     device			    "/dev/dsp"	# optional
    device      "/dev/dsp0"
#    device      "/dev/oss/oss_madi0/pcm0"
#    format		"48000:24:2"	# optional
     format				"192000:*:2"	# optional
##   mixer_type      "hardware"		# optional
##   mixer_device    "/dev/mixer"	# optional
##   mixer_control   "PCM"		  # optional
}


More information about the freebsd-multimedia mailing list