Vgm2txt

From vgmrips

Converts a VGM to a text file.

Usage:

vgm2txt <file.vgm> startTime endTime [output.txt]

Start and end time are given in minutes:seconds. Using 0 for both values dumps the entire track. [output.txt] is an optional filename for the text to be written to. Specifying - as output file name will write to stdout.

Example:

 vgm2txt "21 Whirlwind.vgm" 0 0:03

For some examples/walkthroughs of vgm2txt usage, see Finding Trim Points with vgm2txt.