Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 20 Jan 2013 14:32:30 +0400
From:      Ruslan Bukin <br@bsdpad.com>
To:        Ralf Mardorf <ralf.mardorf@alice-dsl.net>
Cc:        freebsd-multimedia@freebsd.org
Subject:   Re: Testing snd_hdspe
Message-ID:  <20130120103230.GA95511@jail.io>
In-Reply-To: <op.wq7ch7v6qhadp0@freebsd>
References:  <op.wqu87oy9qhadp0@freebsd> <20130119083235.GA65377@jail.io> <op.wq7ch7v6qhadp0@freebsd>

next in thread | previous in thread | raw e-mail | index | archive | help
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@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
}



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20130120103230.GA95511>