notes.txt 270 B

12345
  1. Notes:
  2. * Modify iLBC_decode.c and iLBC_encode.c
  3. - iLBC using memcpy instead of memmove for overlapping memory. This will
  4. cause some weird sound if the call lasted longer than ~30s. To fix this,
  5. some call to memcpy is changed to memmove. Have a look at #2116.