Technical discussions related to Speech Coding (all itu and other vocoders, ACELP, CELP, AMR, etc)
Hi, I would like to know what is the bit-exactness (up to how many bits the output of the fixed point decoder output is matching with the floating point decoder output) for the fixed point implementation of the iLBC code. Any information in this regard would be highly appreciated. Thanks in advance, bells.
Bells- > I would like to know what is the bit-exactness (up to how many bits the > output of the fixed point decoder output is matching with the floating > point decoder output) for the fixed point implementation of the iLBC > code. There is no issue of precision. If the codec input is 16-bit linear, then after compression and decompression you again have 16-bit linear values, for example stored as a .wav file. At that point, the 16-bit output values must exactly match the test vector. There is no meaning to 16088.324 in a .wav file. -Jeff