Re: [Alsa-user] capture an OSS application output

2003-10-11 Thread Free Ekanayaka
On Fri, 10 Oct 2003, Clemens Ladisch wrote: > Free Ekanayaka wrote: > > Ok. How can I convert the raw output of the file plugin into a > > standard format like wav? I tried with sox: > > > > sox raw file_plugin_output -t raw -r 44100 -c 1 -b new.wav > > > > but I got: > > > > sox: Failed reading r

Re: [Alsa-user] capture an OSS application output

2003-10-10 Thread Clemens Ladisch
Free Ekanayaka wrote: > Ok. How can I convert the raw output of the file plugin into a > standard format like wav? I tried with sox: > > sox raw file_plugin_output -t raw -r 44100 -c 1 -b new.wav > > but I got: > > sox: Failed reading raw: Do not understand format type: (null) sox -t raw -r 44100

Re: [Alsa-user] capture an OSS application output

2003-10-08 Thread Free Ekanayaka
On Wed, 8 Oct 2003, Clemens Ladisch wrote: > Free Ekanayaka wrote: > > Which formats are allowed and with what names? > > "raw" is the only supported format. > Ok. How can I convert the raw output of the file plugin into a standard format like wav? I tried with sox: sox raw file_plugin_output -

Re: [Alsa-user] capture an OSS application output

2003-10-08 Thread Clemens Ladisch
Free Ekanayaka wrote: > Which formats are allowed and with what names? "raw" is the only supported format. HTH Clemens --- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _

Re: [Alsa-user] capture an OSS application output

2003-10-06 Thread Free Ekanayaka
On Mon, 6 Oct 2003, Takashi Iwai wrote: > At Fri, 3 Oct 2003 03:29:32 +0200 (CEST), > Free Ekanayaka wrote: > > > > > > Hi, > > I'd like to know how should I write the asoundrc in order to > > record the audio stream that comes from an OSS application > > writing in /dev/dsp to a file or equiva

Re: [Alsa-user] capture an OSS application output

2003-10-06 Thread Takashi Iwai
At Fri, 3 Oct 2003 03:29:32 +0200 (CEST), Free Ekanayaka wrote: > > > Hi, > I'd like to know how should I write the asoundrc in order to > record the audio stream that comes from an OSS application > writing in /dev/dsp to a file or equivalently to create a virtual > capture device from which an

Re: [Alsa-user] capture an OSS application output

2003-10-04 Thread Dan Hollis
On Fri, 3 Oct 2003, Free Ekanayaka wrote: > I'd like to know how should I write the asoundrc in order to > record the audio stream that comes from an OSS application > writing in /dev/dsp to a file or equivalently to create a virtual > capture device from which an application can record. To be cle