ericaddison / Algs_Term_Project

Term project for the UT Austin ECE course "Algorithmic Foundation for Software Systems"
0 stars 0 forks source link

Filled out WavAudio iterator and updated demo #10

Closed ericaddison closed 7 years ago

ericaddison commented 7 years ago

Added iterator and good windowing to WavAudio. It should now suport multi-channel wav files (though I haven't tested that...) I think it is ready for me to start working on the filter bank. I think the idea of providing iterators from the audio types is a good idea, since we'll be working on "windows" of data.