I have made two patches to the msgcalc script, a front end for the
calculation of MSG (modulation spectrogram) features. I am posting
this to the icsi-speech-tools list since I do not know when the next
SPRACHcore release will be. msgcalc is generated by configure from
msgcalc.in.
First change:
-efilt $FILT_B \
-agctau1 $TAU1 -agctau2 $TAU2_A \
becomes
-efilt $FILT_B \
-agctau1 $TAU1 -agctau2 $TAU2_B \
fixing an apparent bug.
Second change:
if [ -z $LISTS ]; then
becomes
if [ -z "$LISTS" ]; then
since some shells require the quotes around $LISTS if the variable
is empty.
David Gelbart
PS To contact me, use my ICSI email address, not the yahoo address
at the top of this message.