From mboxrd@z Thu Jan 1 00:00:00 1970 From: Pablo Yaggi Subject: Re: simple ALSA source code? Date: Sun, 16 Sep 2007 16:29:18 -0300 Message-ID: <200709161629.18537.pyaggi@alsurdelsur.com> References: <46ED64C0.8030401@popdial.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from alsurdelsur.com (59.42.80.200.host.ifxnw.com.ar [200.80.42.59]) by alsa0.perex.cz (Postfix) with ESMTP id 0BAB0244FF for ; Sun, 16 Sep 2007 21:29:23 +0200 (CEST) In-Reply-To: <46ED64C0.8030401@popdial.com> Content-Disposition: inline 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 List-Id: alsa-devel@alsa-project.org arecord / aplay , simple and come with alsa On Sunday 16 September 2007 14:15:44 william estrada wrote: > Hi guys, > > I am looking for a 'simple' C player program that uses ALSA. I found > this link "http://www.linuxjournal.com/article/6735/print" which has sample > code but it is old and does not work. The player produces noise from > a file created with arecord. > > I am looking for a set of simple programs for creating and playing wav > files. Something I could modify for my needs. I want command line > interface type not a GUI. > > Thanks for your time.