VOGONS


First post, by Exteban

User metadata
Rank Newbie
Rank
Newbie

Hello. I would like to change the voices on the X-Wing Collector CD.

I believe the voices are in VOC format within the LFD files.

Are there any tools to extract and package VOC files? Do you recommend any tools to convert WAV to VOC?

Thank you!

Reply 1 of 1, by digger

User metadata
Rank Oldbie
Rank
Oldbie

At least with regards to the file conversation, FFmpeg is your friend.

This command should do the trick:

ffmpeg -i input.wav -f voc output.voc

As for how to patch in audio into game files, you can ask an LLM to generate some Python code to do that for you.