Bugzilla – Bug 340881
Interoperation Bug between capisuite and sox
Last modified: 2008-04-22 09:45:50 UTC
Recorded Voice Messages not convert in MS-ADPCM wav Format only noise in wav file sox 13 dont detect A-Law Format. Solution downgrading sox to sox-12.18.1-22.x86_64.rpm
Please attach problematic file and paste commands how do you use sox.
OR test SoX 14 from Factory: http://download.opensuse.org/distribution/SL-OSS-factory/
Problematic File is /usr/lib64/python2.5/site-packages/cs_helpers.py or sox is busy linie: 232 ret = os.spawnlp(os.P_WAIT,"sox","sox",attachment,"-w",basename+"wav") Not enough parameter available to convert right ?? I am no specialist in sox so i downgrade my sox and it works, on terminal session is the same problem, you can test it if you convert sox test.la -w test.wav play test.wav only scarry noise
with the sox version 13.0.0-40 which i have installed you have to modify the cs_helpers.py script of the capisuite package. the line ret = os.spawnlp(os.P_WAIT,"sox","sox",attachment,"-w",basename+"wav") has to be changed to ret = os.spawnlp(os.P_WAIT,"sox","sox","-X",attachment,"-w",basename+"wav")
Bug in capisuite => reassigned to maintainer
I don't think it's a bug in capisuite, I think it's a regression in sox. Please provide updated sox packages for openSUSE 10.3. sox-14.0.1-3.7.src.rpm from openSUSE Factory rebuild onopenSUSE 10.3 works for me, without modifying the cs_helpers
Sox is being built in BuildService. You can download 10.3 package built from Factory sources in http://download.opensuse.org/repositories/multimedia:/audio/openSUSE_10.3/ Closing.