How to Parse Wav File
Introduction Audio analysis is hard. Recently, I needed a small code sample to parse a .wav file but couldn’t find anything that was working. I learned the hard way that there are a lot of combination of structures that we can take into account. In this article we will not discuss what each header does and how to use them. There are a lot of articles about that, which explain them far better than I ever could....