i try to extract this file:
..\NNT_Data\StreamingAssets\Audio\GeneratedSoundBanks\Windows\28991918.wem
I use this Tools in one Folder:
- A copy of "28991918.wem"
- latest EXE of ww2ogg , updated with this files
- revorb.exe
- batch file "extract_it.bat" with this code inside
:
for %%b in (*.wem) do ww2ogg.exe --pcb packed_codebooks_aoTuV_603.bin "%%b"
for %%c in (*.OGG) do revorb.exe "%%c"
pause
exit
When you start the batch file, you will get a .ogg file thats sound is correct.
could i do this steps backward? I give it a try like "Strnadik" explained in next post: throw some .wav's in Wwise and save the project to get the .wem
This steps are explained in many tutorials in the www.
really interessting about soundformats
can you find here