Given a directory of audio files in wav format, the system will read in each file one at a timeand extract all the technical information (sample rate, etc.) as well as any metadata includedin the file. The object holding the information should be added to an appropriate datastructure, and the sound file data (sound buffer, etc) should be deleted from the heap (NOTDISK!).

Solved
Show answers

Ask an AI advisor a question