I currently have a project that grabs raw data files and produces wave files by incorporating a wave header. However, the file needs to be normalized. When importing into Audacity and using the normalize effect, the file plays as expected. However I'm not sure how to do this in the code. The code is written in VB.net.
I have found this example: https://markheath.net/post/normalize-audio-naudio Which does what I am looking for, but I don't have NAudio incorporated and would like to avoid the dependency if I can.