This is probably a silly question, but I am slightly new to python and all of its capabilities. Ive been doing bioinformatics work at a local college, but other than that I dont have too much experience with it, and Im not anything like a full time programmer.
Ive started getting into sound production and audio engineering, so it fits that I want to know how to manipulate it in python (and inevitably create a program that does some weird thing with audio.)
Ive searched and searched, and found only one [confusing] document on how to use the wave module. The python website does not help at all.
I was wondering if someone could show me simply, how to work with the wave module and the struct module.
As in, importing, reading, exporting/generate wave files, chopping them up, etc. And not just how, but why.
I would much appriciate this. Thank you to anyone who helps :D
Ive started getting into sound production and audio engineering, so it fits that I want to know how to manipulate it in python (and inevitably create a program that does some weird thing with audio.)
Ive searched and searched, and found only one [confusing] document on how to use the wave module. The python website does not help at all.
I was wondering if someone could show me simply, how to work with the wave module and the struct module.
As in, importing, reading, exporting/generate wave files, chopping them up, etc. And not just how, but why.
I would much appriciate this. Thank you to anyone who helps :D
Comment