You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Opens waves and gets data like: num of channels, sample rate etc
Copies audio to char array
Calculate the amplitudes of samples
Calculate Track Length (Basic)
Generate spectogram (basically a test for me)
Accepts formats with an LIST(INFO) chunk (possibly reimplement whole reader to read file by chunk to gather info that way file could be in any order and skip unkown bytes)
Split up samples by channel instead of raw audio data (could use a better solution)