ericmckean / quirkysoft

Automatically exported from code.google.com/p/quirkysoft
GNU General Public License v3.0
0 stars 0 forks source link

sox waf tool does not work with sox v14.2.0 #95

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Install sox v14.2.0  (the default in ubuntu 9.04)
2. ./configure

What is the expected output? What do you see instead?
If you have wav support in sox, it should notice so. Instead it says you
lack it.

What version of the product are you using?
Sox 14.2.0

Please provide any additional information below.
The parsing of sox help is not valid anymore: it looks for a line starting
with 'SUPPORTED FILE FORMATS' while sox 14.2.0 outputs 'AUDIO FILE FORMATS'.
Also, sox command line interface has changed and does not accept '-b'
anymore. Instead '-1' or '-b 8' should be used.

Original issue reported on code.google.com by noe.ca...@gmail.com on 11 May 2009 at 5:42

GoogleCodeExporter commented 9 years ago
Try 378543cf87b2d3aeadd045b8d76a6195f7510f4d in the next branch, it might work. 
It
parses the -h output and looks for "-1" or "-b" and uses the right flag 
depending on
what it finds.

Original comment by richard.quirk on 11 May 2009 at 6:24

GoogleCodeExporter commented 9 years ago
I've updated to Ubuntu 9.04 now.

Original comment by richard.quirk on 2 Jun 2009 at 8:13