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 -c 1 -u -b rawfile new.wav

... or use "-s -w" for signed 16-bit samples.


HTH
Clemens




-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
SourceForge.net hosts over 70,000 Open Source Projects.
See the people who have HELPED US provide better services:
Click here: http://sourceforge.net/supporters.php
_______________________________________________
Alsa-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-user

Reply via email to