From mboxrd@z Thu Jan 1 00:00:00 1970 From: itxEpsilon Subject: How to mix two PCM channels with ALSA Date: Thu, 6 Dec 2012 12:27:57 +0000 (UTC) Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from plane.gmane.org (plane.gmane.org [80.91.229.3]) by alsa0.perex.cz (Postfix) with ESMTP id 36DE92607C3 for ; Thu, 6 Dec 2012 13:34:56 +0100 (CET) Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1TgafQ-0007ii-Hc for alsa-devel@alsa-project.org; Thu, 06 Dec 2012 13:35:04 +0100 Received: from 128.Red-2-136-253.dynamicIP.rima-tde.net ([2.136.253.128]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 06 Dec 2012 13:35:04 +0100 Received: from carlos by 128.Red-2-136-253.dynamicIP.rima-tde.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 06 Dec 2012 13:35:04 +0100 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: alsa-devel-bounces@alsa-project.org Sender: alsa-devel-bounces@alsa-project.org To: alsa-devel@alsa-project.org List-Id: alsa-devel@alsa-project.org Dear Alsa developers: I'm trying to write a simple application for mixing two PCM sound channels in C++. Could anyone provide me a quick example about how to implement this operation? Thank you in advance. Itx