From owner-freebsd-multimedia@freebsd.org Thu Jun 30 03:01:11 2016 Return-Path: Delivered-To: freebsd-multimedia@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1B8C6B86666 for ; Thu, 30 Jun 2016 03:01:11 +0000 (UTC) (envelope-from FreeBSD@shaneware.biz) Received: from ipmail07.adl2.internode.on.net (ipmail07.adl2.internode.on.net [150.101.137.131]) by mx1.freebsd.org (Postfix) with ESMTP id 99310203B for ; Thu, 30 Jun 2016 03:01:09 +0000 (UTC) (envelope-from FreeBSD@shaneware.biz) Received: from ppp14-2-37-105.lns21.adl2.internode.on.net (HELO leader.local) ([14.2.37.105]) by ipmail07.adl2.internode.on.net with ESMTP; 30 Jun 2016 11:57:00 +0930 Subject: Re: Sound output to multiple devices To: freebsd-multimedia@freebsd.org References: <20160629201634.GB2144@hephaistos.local> From: Shane Ambler Message-ID: <57748371.6010709@ShaneWare.Biz> Date: Thu, 30 Jun 2016 11:56:57 +0930 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:38.0) Gecko/20100101 Thunderbird/38.7.1 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Jun 2016 03:01:11 -0000 On 30/06/2016 06:17, Hans Petter Selasky wrote: > On 06/29/16 22:16, Martin S. Weber wrote: >> Is there an on-board freebsd way to play back sound to multiple >> devices at >> once (including controlling settings of the various outputs separately)? >> Switch sound outputs without a close/open (i.e., stop)? Group and ungroup >> devices dynamically? Like, create a virtual sound card that one connects >> the real cards to, or whatever.. >> >> Without resorting to pulseaudio? >> >> In case it's not possible, what's your pulseaudio alternative to achieve >> the above? >> > > Hi, > > Assuming the sound devices are clocked the same, maybe that can be a > feature for: > > https://github.com/hselasky/virtual_oss > > --HPS If you are an end user this won't help but if you are programming something then audio/jack supports that sort of thing. Note that an app must support jack for you to connect it using jack. -- FreeBSD - the place to B...Software Developing Shane Ambler