Function to validate file type formats. This is called when the library initializes, but can
be called again if you need to recognize a format not listed in utils.extensions at
initialization.
Parameters
OptionaltypeOverrides: Record<string,string>
Dictionary of type overrides (inputs for
AudioElement.canPlayType()), keyed by extension from the
utils.extensions array.
Function to validate file type formats. This is called when the library initializes, but can be called again if you need to recognize a format not listed in
utils.extensions
at initialization.