I need to evaluate a .wav file and I'm hoping to do it using vb.net. I have the community 2015 Visual Studio installed. I need to open a .wav file and assess the amplitude and be able to set an adjustable amplitude threshold. Anything above the set threshold will be written out to a new/separate .wav file and anything below the threshold will be skipped over.
Any suggestions, commands, libraries, code snippets or sources (web links) that you have that do something similar, etc. would be helpful.