All of lore.kernel.org
 help / color / mirror / Atom feed
From: indigo@bitglue.com (Phil Frost)
To: Kaushik Kumar <kaukum@gmail.com>
Cc: alsa-devel@lists.sourceforge.net
Subject: Re: sound application needed...
Date: Wed, 20 Jul 2005 07:36:14 -0400	[thread overview]
Message-ID: <20050720113614.GA3597@bitglue.com> (raw)
In-Reply-To: <e2033af505072003082d113097@mail.gmail.com>

On Wed, Jul 20, 2005 at 08:08:18PM +1000, Kaushik Kumar wrote:
> I need a simple sound application to test my sound driver which does
> *not* use the  alsa user lib API.

You can cat files to /dev/dsp, like so:

  cat /proc/kcore > /dev/dsp

You can also read from it, then play it again:

  cat /dev/dsp > tmp; cat tmp > /dev/dsp  # hit ^C to stop recording


-------------------------------------------------------
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click

  reply	other threads:[~2005-07-20 11:36 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <e2033af5050720024951dd4324@mail.gmail.com>
     [not found] ` <e2033af50507200252492b24ab@mail.gmail.com>
2005-07-20 10:08   ` sound application needed Kaushik Kumar
2005-07-20 11:36     ` Phil Frost [this message]
2005-07-21  2:46       ` Kaushik Kumar

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20050720113614.GA3597@bitglue.com \
    --to=indigo@bitglue.com \
    --cc=alsa-devel@lists.sourceforge.net \
    --cc=kaukum@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.