How can I convert WAV files to text files (decimal tables)?
If you have the wav file, you already have that data. It's just in binary...convert it to decimal using the right word size and you're good to go. Most hex editors should simplify this process.
No comments:
Post a Comment