* sound application needed... [not found] ` <e2033af50507200252492b24ab@mail.gmail.com> @ 2005-07-20 10:08 ` Kaushik Kumar 2005-07-20 11:36 ` Phil Frost 0 siblings, 1 reply; 3+ messages in thread From: Kaushik Kumar @ 2005-07-20 10:08 UTC (permalink / raw) To: alsa-devel Hi all, I need a simple sound application to test my sound driver which does *not* use the alsa user lib API. Or Can you tell me how to write one... Thanx! kaushik ------------------------------------------------------- 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_idt77&alloc_id\x16492&op=click ^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: sound application needed... 2005-07-20 10:08 ` sound application needed Kaushik Kumar @ 2005-07-20 11:36 ` Phil Frost 2005-07-21 2:46 ` Kaushik Kumar 0 siblings, 1 reply; 3+ messages in thread From: Phil Frost @ 2005-07-20 11:36 UTC (permalink / raw) To: Kaushik Kumar; +Cc: alsa-devel 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 ^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: sound application needed... 2005-07-20 11:36 ` Phil Frost @ 2005-07-21 2:46 ` Kaushik Kumar 0 siblings, 0 replies; 3+ messages in thread From: Kaushik Kumar @ 2005-07-21 2:46 UTC (permalink / raw) To: Phil Frost; +Cc: alsa-devel hi phil, I am actually implementing an user level sound driver.. which is still in its rudimentary stages. It does *not* use the /proc interface. I have a simple driver API which the application needs to use. And I need to basically test it. Any further help would be appreciated. Thanx! kaushik On 7/20/05, Phil Frost <indigo@bitglue.com> wrote: > 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_idt77&alloc_id\x16492&op=click ^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2005-07-21 2:46 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[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
2005-07-21 2:46 ` Kaushik Kumar
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.