Monthly Archive: December 2020

0

Parsing Wave Files in Python

It sounds like a simple task – grab some WAVE audio files and parse them so we can read the metadata and samples in Python. I mean, the WAVE (really, RIFF with WAVE) format...