How do I play back a WAV in ActionScript?
- by Jeremy White
Please see the class I have created at http://textsnip.com/51013f for parsing a WAVE file in ActionScript 3.0.
This class is correctly pulling apart info from the file header & fmt chunks, isolating the data chunk, and creating a new ByteArray to store the data chunk. It takes in an uncompressed WAVE file with a format tag of 1. The WAVE file…