What I am wanting to do is have my program listen to a wav file that consists of highs and low and be able to determine what one is what
(basically converting the highs and lows in the wav files to 1's and 0's)
After some googling I haven't found anything that would be able to listen to an audio source or wav file directly to do this so I am currently stumped on what to do next...