<div><font size="4" color="#080000" face="Cambria">Hi,</font></div>
<div> </div>
<div><font size="4" color="#080000" face="Cambria">Being relatively new to speex code
I have a question regarding the use (and necessity) of the variable
skip_group_delay</font></div>
<div><font size="4" color="#080000" face="Cambria">found in the testen.c file, namely
in writing to fout :</font></div>
<div> </div>
<div><font size="4" color="#080000" face="Cambria">
fwrite(&out_short[skip_group_delay], sizeof(short),
FRAME_SIZE-skip_group_delay, fout);</font></div>
<div> </div>
<div><font size="4" color="#080000" face="Cambria">the variable skip_group_delay is
effectively used once then set to zero for all subsequent uses. What is its
purpose other than shortening</font></div>
<div><font size="4" color="#080000" face="Cambria">the first output frame by
skip_group_delay, and is this once off calculation necessary ? This seems to be
a predicted value from what I can tell.</font></div>
<div> </div>
<div><font size="4" color="#080000" face="Cambria">Regards, Mike</font></div>