I would like to get the sample-rate of a given audio file using sox. Couldn't find the commandline to do that.
|
feedback
|
|
just use:
or
to produce output such as:
The latter one is in case you're using the win32 version that doesn't include soxi, by default. To grab the sample rate only, just use:
or
which will return the sample rate alone. | |||||
feedback
|