GNOME Bugzilla – Bug 769376
aiffparse: seeking in aiff can create audio artifacts if there's extra data at the end
Last modified: 2016-08-16 13:50:20 UTC
Created attachment 332468 [details] [review] Patch to fix the issue After seeking in aiff files the information about the data end offset is discarded, leading to audio artifacts with metadata chunks at the end of a file. The attached patch retains the end offset information after a seek event.
Thanks for the patch! commit 9171fa9c19a50181bd90458d98abc280bf2c2b89 Author: Bernhard Miller <bernhard.miller@streamunlimited.com> Date: Mon Aug 1 11:45:30 2016 +0200 aiffparse: keep end_offset when seeking After seeking in aiff files the information about the data end offset is discarded, leading to audio artifacts with metadata chunks at the end of a file. This patch retains the end offset information after a seek event. https://bugzilla.gnome.org//show_bug.cgi?id=769376