Convert multiple files to bgm_(original name).wav (Default -o pattern is ?f.wav)

vgmstream_cli

  • Play a wide variety of audio formats used in video games and convert them into `wav`.
    More information: <https://vgmstream.org/doc/USAGE>.
  • Trick copyright: tl;dr; <https://github.com/tldr-pages/tldr>

vgmstream_cli -o {{path/to/bgm_?f.wav}} {{path/to/file1.adc}} {{path/to/file2.adc}}

click the source code to copy