Linux command
vgmstream_cli 命令
文本
复制后可按需替换文件名、目录或参数。
常用示例
Convert to WAV
vgmstream_cli -o [output.wav] [input.adx]
Play audio directly
vgmstream_cli -p [file.brstm]
Show file info
vgmstream_cli -m [file.fsb]
Loop twice
vgmstream_cli -l 2 -o [output.wav] [input.hca]
Select subsong
vgmstream_cli -s 3 [file.awb]
Disable looping
vgmstream_cli -i -o [output.wav] [input.adx]
说明
vgmstream_cli decodes audio files from video games into standard WAV format or plays them directly. It supports hundreds of proprietary audio formats used across game consoles and engines, including ADX, HCA, FSB, BRSTM, and many more. The tool handles game-specific features like seamless looping, subsong extraction from multi-track archives, and accurate sample-level playback. Metadata mode displays format details, sample rate, and loop points without decoding the audio.
参数
- -o _FILE_
- Output WAV file.
- -p
- Play to audio device.
- -m
- Show metadata only.
- -l _N_
- Loop count.
- -s _N_
- Select subsong.
- -i
- Ignore loops.
- -S _N_
- Start at subsong.
- -E _N_
- End at subsong.
FAQ
What is the vgmstream_cli command used for?
vgmstream_cli decodes audio files from video games into standard WAV format or plays them directly. It supports hundreds of proprietary audio formats used across game consoles and engines, including ADX, HCA, FSB, BRSTM, and many more. The tool handles game-specific features like seamless looping, subsong extraction from multi-track archives, and accurate sample-level playback. Metadata mode displays format details, sample rate, and loop points without decoding the audio.
How do I run a basic vgmstream_cli example?
Run `vgmstream_cli -o [output.wav] [input.adx]` in a terminal, then adjust file names, paths, flags, or remote targets for your system.
What does -o _FILE_ do in vgmstream_cli?
Output WAV file.