ericaddison / Algs_Term_Project

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

Feature add wav parser #8

Closed JoshMusick closed 7 years ago

JoshMusick commented 7 years ago

This branch is an initial import of the wav file code. It includes 2 samples that will read in a wav and print out some basic info about the file as well as a sample that will take the raw data and format it into a wav file.

I have also added some directories with some sample source wav files.

ericaddison commented 7 years ago

@JoshMusick I think this looks just fine. What would you think of putting the code in src/libs/wavParser instead or src/wavParser, so we can kind of keep the external code (anything we didn't write ourselves) explicit?

JoshMusick commented 7 years ago

@ericaddison Though I'm terribly fond of the wavParsers' current location, I would be ok moving it.