normalize command fails on wav files larger than 2GB with message "Value too large for defined data type". Reproducible: Always Steps to Reproduce: 1. Generate a wav file larger than 2GB 2. Run command "normalize foo.wav" Actual Results: The command fails with error message: "Value too large for defined data type" Expected Results: The command will be successful.
The attached patch fixes the problem.
Created attachment 398940 [details, diff] fix for the large file problem of normalize command
Thanks, is this your own patch, taken from upstream or somewhere else?
It is my own patch.