Takes in a path to the wav file to be read from
Takes in a sound object and constructs the file using the sound
Combines the file's sound with another file's sound
Saves the object into a file. path's default value is the objects file path
Sets the play duration (seconds)
Sets the pitch (sample rate)
The total data size for the file (including all sub files)
The duration of the sound (seconds)
The path of the wav file. If the WavFile(GenericSound) constructor is used, the default value is ""
An array of all sub files in the file
The pitch of the sound (sample rate)
The GenericSound object for the file
Constructs a new WavFile object by arguments
The WavFile class