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
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
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 -
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
_
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
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
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