From owner-freebsd-questions@FreeBSD.ORG Thu Dec 13 01:18:35 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 54D7416A417 for ; Thu, 13 Dec 2007 01:18:35 +0000 (UTC) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: from be-well.ilk.org (dsl092-078-145.bos1.dsl.speakeasy.net [66.92.78.145]) by mx1.freebsd.org (Postfix) with ESMTP id 394D913C442 for ; Thu, 13 Dec 2007 01:18:35 +0000 (UTC) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: by be-well.ilk.org (Postfix, from userid 1147) id 42A6528457; Wed, 12 Dec 2007 20:18:34 -0500 (EST) To: stevefranks@ieee.org References: <539c60b90712110854p332c3907x4498d65789d9b5c1@mail.gmail.com> From: Lowell Gilbert Date: Wed, 12 Dec 2007 20:18:34 -0500 In-Reply-To: <539c60b90712110854p332c3907x4498d65789d9b5c1@mail.gmail.com> (Steve Franks's message of "Tue\, 11 Dec 2007 09\:54\:44 -0700") Message-ID: <44abofl7dh.fsf@be-well.ilk.org> User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.99 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: User Questions Subject: Re: is there a port to 'copy' audio from one soundcard to another in realtime? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Dec 2007 01:18:35 -0000 "Steve Franks" writes: > Say I have multiple usb audio devices, and I want to make a simple > 'mixer' - anyone know how to do that? You could try just using cat(1) to copy between the devices...