Thealexbarney / VGAudio

A library for encoding, decoding, and manipulating audio files from video games.
MIT License
219 stars 37 forks source link

how to convert so many wav file to hca #133

Closed EbiDesa closed 1 year ago

EbiDesa commented 2 years ago

hello i want to convert so many wav files to hca format, but i dont know how VGAudio Work

you say must insert this comment: VGAudioCli -b -i source -o dest --out-format hca

where this command must be insert?

masagrator commented 1 year ago

vgaudio is a CLI tool, so as any CLI tool must be used via terminal (linux/mac)/command prompt(windows)

Use google to learn about using them.

EbiDesa commented 1 year ago

tnx bro. i found the way by moving files and vgaudio to system32 folder. its work 😍

masagrator commented 1 year ago

Uh, technically you shouldn't use system32 except if it's absolutely necessary. Deleting file from this folder by mistake can have big consequences.