Skip to content

wavparse: allow WAV files up to 4Gb instead of 2Gb

Yury Shatz requested to merge jurijs.satcs/gstreamer:wavparse-allow-4gb into main

Most sources describe WAV size as an unsigned integer, and some tools create WAV files more than 2Gb in size.

As far as I can tell, deleted lines do not serve any useful purpose, and plugin does not rely on size being less than 2Gb. We tested large wav wiles with this change and they work.

Merge request reports