Question: How can I correctly convert wav files to wem format for Baldur's Gate 3 to make these files work in the game's voiceover?
- I use
ExportTool-v1.18.5to extract the contents ofVoice.pakandEnglish.pakfiles. - Then, I search for the desired dialogue in the file
C:\UnpackedData\English\Localization\English\english.xmland note down thecontentuidfrom the line. - I search for the audio track using the
contentuidin theC:\UnpackedData\Voicefolder. - For example, I find the file
v2c76687d93a2477b8b188a14b549304c_hcb228250g01eeg4e3cg88abg3f55fb87ee71.wem. - I convert the file
v2c76687d93a2477b8b188a14b549304c_hcb228250g01eeg4e3cg88abg3f55fb87ee71.wemto thewavformat usingvgmstreamto ensure that I have found the correct audio track. - I synthesize a new audio recording in the
wavformat. - Then, I attempt to convert the
wavfile to thewemformat throughWwise. The conversion is successful, and evenvgmstreamcan play the convertedwavcorrectly. However, in the game, the audio track doesn't play and there is silence. - I replace the original
wemaudio track with the synthesizedwemaudio track. - Using
ExportTool-v1.18.5, I compile a newpakfile, ensuring to selectNo compressionandSolid. - Then, I test the changes in the game's voiceover by launching the game. Currently, the method of replacing the original
wemfiles with a copy of the original audio track works, where I give the copied track the same name to ensure that the compilation process is correct. This way, the audio track in the game is modified. However, if I attempt to synthesize a new audio track and convert it to thewemformat, there is silence during the dialogue in the game.
Related questions 0 How to join mp3 and wav files 0 How to Convert a 24bit WAV file to 32bit while keeping Audio Format PCM = 1 (linear quantization) 1 play wav file with jquery plugins Related questions 0 How to join mp3 and wav files 0 How to Convert a 24bit WAV file to 32bit while keeping Audio Format PCM = 1 (linear quantization) 1 play wav file with jquery plugins 2 ffmpeg 0.5 flv to wav conversion creates wav files that other programs won't open 0 How do I convert audio from one format to wav or raw in Java? 0 Why do these wav-files behave differently? 2 How to read/write high-resolution (24-bit, 8 channel) .wav files in Java? 0 Convert big mp3 files to wav timing issue Load 5 more related questions Show fewer related questions
Reset to default