View Single Post
Old Jan 25th, 2006, 6:29 PM   #2
DaWei
Resident Grouch
 
DaWei's Avatar
 
Join Date: Jun 2005
Posts: 6,453
Rep Power: 10 DaWei is on a distinguished road
If the file is playable music (it could be some other encoding scheme), you aren't going to be able to pick notes from binary values alone. After all, it could be a chord. If it's playable music you'll just need to do frequency analysis. I don't download unknown stuff, so I don't know what kind of file it is.
__________________
Abstraction doesn't make it impossible to write bad code; it makes it possible to write superior code.
Contributor's Corner: Grumpy on C++ Exceptions DaWei on Pointers
DaWei is offline   Reply With Quote