Re: any port use /dev/dsp directly?
- From: Dan Nelson <dnelson@xxxxxxxxxxxxxxx>
- Date: Thu, 14 Jan 2010 17:08:25 -0600
In the last episode (Jan 14), Gary Kline said:
On Thu, Jan 14, 2010 at 03:19:47PM -0600, Dan Nelson wrote:
The sox port comes with its own "play" command that can parse many
containers and encodings, including wav files.
I did see that. I'm wondering of theses is some sox translation that
would do say
%sox -w WAV -r [rawoutfile]
Certainly; file conversion is one of the basic purposes of sox. Something
like:
sox myfile.wav -b 16 -e signed -r 22050 -c 2 myfile.raw
will convert the wav file (whatever its format is) to a signed 16-bit stereo
raw file. For raw files, you can also use special file extensions that
specify the encoding ("myfile.s16" for example, for a signed 16-bit file).
Adding "-V3" to the beginning of the command will print the full input and
output specs, plus the filter chain required to do the conversion (if any).
The sox and soxformat manpages are pretty comprehensive.
--
Dan Nelson
dnelson@xxxxxxxxxxxxxxx
_______________________________________________
freebsd-questions@xxxxxxxxxxx mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscribe@xxxxxxxxxxx"
- Follow-Ups:
- Re: any port use /dev/dsp directly?
- From: Gary Kline
- Re: any port use /dev/dsp directly?
- References:
- any port use /dev/dsp directly?
- From: Gary Kline
- Re: any port use /dev/dsp directly?
- From: Glen Barber
- Re: any port use /dev/dsp directly?
- From: Gary Kline
- Re: any port use /dev/dsp directly?
- From: Dan Nelson
- Re: any port use /dev/dsp directly?
- From: Gary Kline
- Re: any port use /dev/dsp directly?
- From: Dan Nelson
- Re: any port use /dev/dsp directly?
- From: Gary Kline
- any port use /dev/dsp directly?
- Prev by Date: Re: any port use /dev/dsp directly?
- Next by Date: Re: Regular Expression Editor
- Previous by thread: Re: any port use /dev/dsp directly?
- Next by thread: Re: any port use /dev/dsp directly?
- Index(es):
Relevant Pages
|