From mboxrd@z Thu Jan 1 00:00:00 1970 From: Guilherme Longo Subject: mixing audio waves for analysis! Date: Wed, 05 Aug 2009 13:47:35 -0300 Message-ID: <4A79B7A7.9050601@gmail.com> References: <1245113071.24109.559.camel@brutus> <20090804205545.GB29518@sirena.org.uk> <20090804234217.GX19257@buzzloop.caiaq.de> Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Return-path: Received: from mail-qy0-f185.google.com (mail-qy0-f185.google.com [209.85.221.185]) by alsa0.perex.cz (Postfix) with ESMTP id 9EFCF244EA for ; Wed, 5 Aug 2009 18:47:41 +0200 (CEST) Received: by qyk15 with SMTP id 15so201220qyk.16 for ; Wed, 05 Aug 2009 09:47:40 -0700 (PDT) In-Reply-To: <20090804234217.GX19257@buzzloop.caiaq.de> 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: alsa-devel@alsa-project.org, tiwai@suse.de List-Id: alsa-devel@alsa-project.org Hello. Since I haven=B4t got any awnser for the previous question, I decided to = formulate a new one, perhaps with a better meaning of what I really need! I need to combine two waves that I created in two diferent functions. = So, I have the function generate_sine_one and generate_sine_two with = defferent frequencies and amplitudes. Ok, what I need is to find a way to combine these two waves. I been = searching through alsa api in a effort to solve my problem but I = couldn=B4t find a proper solution. Does anyone know a program or a tutorial where I could get some = reference of this type of procedure? Tks a lot!