Dear Sirs,
I am digging into and found problem with one example:
rec -r 16000 -sw $fn.raw
I have found that in new version(14.2.0) of SoX there is no option of -sw . There is only option -s which means
> Encoding type=signed-integer/
or -S which means show progress
What is was original purpose of -sw option in this sample ?
Best Regards,
http://www.speech.cs.cmu.edu/cmusphinx/moinmoin/AcousticModelAdaptation
I think with new version of sox should be
sox -r 16k -e signed -c 1 -b 16 -d $fn.raw
Yes, -w means the same as -2. The wiki page is fixed.
Thanks but can you change it to -b 16 as -2 is already deprecated please ? As described in http://sox.sourceforge.net/sox.html
The same with -s, it is also deprecated should be -e signed-integer,
Done, thanks. Did you try to register on the wiki? What's your account.
I have registered as omdiv, strange but after save changes it did not show my changes.
Thanks to make changes.
Log in to post a comment.
Dear Sirs,
I am digging into and found problem with one example:
rec -r 16000 -sw $fn.raw
I have found that in new version(14.2.0) of SoX there is no option of -sw .
There is only option -s which means
> Encoding type=signed-integer/
or -S which means show progress
What is was original purpose of -sw option in this sample ?
Best Regards,
http://www.speech.cs.cmu.edu/cmusphinx/moinmoin/AcousticModelAdaptation
I think with new version of sox should be
sox -r 16k -e signed -c 1 -b 16 -d $fn.raw
Yes, -w means the same as -2. The wiki page is fixed.
Thanks but can you change it to -b 16 as -2 is already deprecated please ? As
described in
http://sox.sourceforge.net/sox.html
http://www.speech.cs.cmu.edu/cmusphinx/moinmoin/AcousticModelAdaptation
The same with -s, it is also deprecated should be -e signed-integer,
Done, thanks. Did you try to register on the wiki? What's your account.
I have registered as omdiv, strange but after save changes it did not show my
changes.
Thanks to make changes.