By default, dragging and dropping files/folders onto the executable will search for the following file types:
- binka
- wem
- fsb
- awb
- bank
To convert other formats, call it from cli with -f {formats} where {formats} are a list of file extensions, separated by spaces.
For example, to convert all .hca and .fwav files:
.\vgm2wav input_files -f hca fwav
The flag --preserve can be used to prevent the deletion of the originals after conversion.
The full list of supported formats can be found in formats.py or on the vgmstream repo.