From owner-freebsd-multimedia@FreeBSD.ORG Sun Jan 20 10:24:29 2013 Return-Path: Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 9A2122CA for ; Sun, 20 Jan 2013 10:24:29 +0000 (UTC) (envelope-from br@www01.runexis.ru) Received: from www01.runexis.ru (www01.runexis.ru [80.253.8.195]) by mx1.freebsd.org (Postfix) with ESMTP id 554D3A83 for ; Sun, 20 Jan 2013 10:24:28 +0000 (UTC) Received: from localhost ([127.0.0.1] helo=www01.runexis.ru) by www01.runexis.ru with esmtps (TLSv1:DHE-RSA-AES256-SHA:256) (Exim 4.80.1 (FreeBSD)) (envelope-from ) id 1TwsCV-000Oqg-Bv; Sun, 20 Jan 2013 14:32:31 +0400 Received: (from br@localhost) by www01.runexis.ru (8.14.5/8.14.5/Submit) id r0KAWUVl095521; Sun, 20 Jan 2013 14:32:30 +0400 (MSK) (envelope-from br) Date: Sun, 20 Jan 2013 14:32:30 +0400 From: Ruslan Bukin To: Ralf Mardorf Subject: Re: Testing snd_hdspe Message-ID: <20130120103230.GA95511@jail.io> References: <20130119083235.GA65377@jail.io> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) Cc: freebsd-multimedia@freebsd.org X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Jan 2013 10:24:29 -0000 On Sun, Jan 20, 2013 at 09:57:33AM +0100, Ralf Mardorf wrote: > On Sat, 19 Jan 2013 09:32:35 +0100, Ruslan Bukin 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 }