From owner-freebsd-questions@FreeBSD.ORG Tue Sep 23 13:07:02 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D5FAD16A4B3 for ; Tue, 23 Sep 2003 13:07:02 -0700 (PDT) Received: from thong.s2s.msu.ru (thong.s2s.msu.ru [193.232.119.74]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9136A43FE0 for ; Tue, 23 Sep 2003 13:07:01 -0700 (PDT) (envelope-from epbox@yandex.ru) Received: from hq.sectorb.msk.ru (petaflop.lcm.msu.ru [193.232.113.220]) by thong.s2s.msu.ru (Postfix) with ESMTP id 4A7C62B32 for ; Wed, 24 Sep 2003 00:06:59 +0400 (MSD) Received: from yandex.ru (vik.local [172.16.14.32]) by hq.sectorb.msk.ru (Postfix) with ESMTP id 0D4D113280 for ; Wed, 24 Sep 2003 00:06:59 +0400 (MSD) Message-ID: <3F70A7FA.9010500@yandex.ru> Date: Wed, 24 Sep 2003 00:07:22 +0400 From: Vlad Kozin User-Agent: Mozilla/5.0 (X11; U; Linux i386; en-US; rv:1.2b) Gecko/20021016 X-Accept-Language: ru, en-us, en MIME-Version: 1.0 To: questions@FreeBSD.org Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Subject: redirecting sound X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 23 Sep 2003 20:07:02 -0000 I'd like to be able to use various sound sources at the same time. So I did what Handbook recommends. Now, it says, all I need is to make each source use one particular (not occupied) virtual chanel, for instace /dev/dsp0.n What exactly does this mean? Is there some kind of a "common for every application" order of actions to accomplish this? Is it possible to set some kind of a daemon to make all the required actions for me when it come to producing sound? Could you point me to an application I could use in other commands to produce sounds (for example OnEvent handle in LICQ): if(Some_Event_Happened) "play fooevent.wav & exit" Best regards. Vlad