Discussion:
sox stat command - please help
Georgina Joyce
2010-09-03 17:16:20 UTC
Permalink
Hi All

I'm struggling with sox again. Having resolved this problem last year I
just can't find the solution this year. I should have noted the
solution but didn't.

Google searches just tell me how it used to be i.e.

$ sox foo.wav -e stat

I can't get it to work and I don't understand what it's complaining
about:

***@orchid:~$ sox soaps/desert_island_discs_-_Barry_Manalow.wav -e stat
sox FAIL sox: --encoding: `stat' is not one of: signed-integer,
unsigned-integer, floating-point, ms-adpcm, ima-adpcm, oki-adpcm,
gsm-full-rate, u-law, mu-law,
a-law.
***@orchid:~$ sox soaps/desert_island_discs_-_Barry_Manalow.wav effect
stat
sox FAIL formats: can't determine type of `effect'

Nor do I understand what it wants:

Effect usage:

stat [ -s N ] [ -rms ] [-freq] [ -v ] [ -d ]

Any help would be appreciated.
--
Gena


four kinds of freedom, for the users of the software:

* The freedom to run the program, for any purpose (freedom 0).
* The freedom to study how the program works, and adapt it to your
needs (freedom 1). Access to the source code is a precondition for this.
* The freedom to redistribute copies so you can help your neighbor
(freedom 2).
* The freedom to improve the program, and release your improvements
to the public, so that the whole community benefits (freedom 3). Access
to the source code is a precondition for this.

Richard Matthew Stallman
Christopher Brannon
2010-09-03 17:32:11 UTC
Permalink
Post by Georgina Joyce
$ sox foo.wav -e stat
The syntax is now:
sox foo.wav -n stat
where -n indicates that no output file should be produced.

-- Chris
Georgina Joyce
2010-09-03 21:42:16 UTC
Permalink
Hi


Thank you so much.
Post by Christopher Brannon
Post by Georgina Joyce
$ sox foo.wav -e stat
sox foo.wav -n stat
where -n indicates that no output file should be produced.
-- Chris
_______________________________________________
Speakup mailing list
http://speech.braille.uwo.ca/mailman/listinfo/speakup
--
Gena


four kinds of freedom, for the users of the software:

* The freedom to run the program, for any purpose (freedom 0).
* The freedom to study how the program works, and adapt it to your
needs (freedom 1). Access to the source code is a precondition for this.
* The freedom to redistribute copies so you can help your neighbor
(freedom 2).
* The freedom to improve the program, and release your improvements
to the public, so that the whole community benefits (freedom 3). Access
to the source code is a precondition for this.

Richard Matthew Stallman
Continue reading on narkive:
Loading...