From mboxrd@z Thu Jan 1 00:00:00 1970 From: Takashi Iwai Subject: Re: Need help on getting raw audio stream from a dummy sound card Date: Tue, 10 Mar 2009 16:25:03 +0100 Message-ID: References: <528253.23902.qm@web110802.mail.gq1.yahoo.com> Mime-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mx1.suse.de (ns1.suse.de [195.135.220.2]) by alsa0.perex.cz (Postfix) with ESMTP id 04E941037F2 for ; Tue, 10 Mar 2009 16:25:04 +0100 (CET) In-Reply-To: <528253.23902.qm@web110802.mail.gq1.yahoo.com> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: alsa-devel-bounces@alsa-project.org Errors-To: alsa-devel-bounces@alsa-project.org To: Santo Chow Cc: alsa-devel@alsa-project.org List-Id: alsa-devel@alsa-project.org At Thu, 5 Mar 2009 08:34:03 -0800 (PST), Santo Chow wrote: > > Hi everyone :) > > I'm currently assigned to a task that requires me to capture raw audio stream from a dummy sound card. Is this even possible? You can use aloop driver in alsa-driver tree for such a purpose. Then you can capture streams freely from the currently running playbacks. Takashi