JTGizmo / Extracting-Voice-Over-Audio-from-Witcher-3

How to extract voice over audio from Witcher 3 game
24 stars 1 forks source link

Next Gen Voice files can't be converted by Convert to WAV and OGG #5

Open CdreKidd opened 1 year ago

CdreKidd commented 1 year ago

Get parse error expected 0x42 fmt if vorb missing when doing conversion of files extracted from Next Gen version of Witcher 3 The extracted files are of a different size than those extracted from Ver 1.32

Humberd commented 1 year ago

This is a log I get

Audiokinetic Wwise RIFF/RIFX Vorbis to Ogg Vorbis converter 0.24 by hcs

Input: 0x000855f8.wav
Parse error: expected 0x42 fmt if vorb missing
Humberd commented 1 year ago

You can use the following tool to convert to wav file: https://github.com/vgmstream/vgmstream/blob/master/doc/USAGE.md#vgmstream-cli-command-line-decoder

.\test.exe -o hello.wav .\0x000f4a0b.wav

the hello.wav is the output file that I can play via vlc