Tagged: Python

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...

Moving Zones Between Views in Infoblox

It turns out that moving zones between views in Infoblox is a surprisingly hard thing to do. The challenge ended up on my desk after we made the decision to operate a separate external...

Audio Processing in Interpreted Languages

It’s no surprise that today’s computer programs are getting bigger and more complex. CPU and memory are now in available in a way they never were before. A quick glance at the Raspberry Pi...