mirror of
https://github.com/google/liblc3.git
synced 2026-04-30 18:48:02 +00:00
The address offset of the pcm buffer computed is in samples instead of bytes. This causes the last few bytes of the original pcm content to get corrupted with the padding bytes. Pass the number of bytes read instead of samples as the address offset.