View Single Post
  #23  
03-08-2015, 07:08 AM
knot-together's Avatar
knot-together
Zappfly
 
: Feb 2015
: Germany
: 7
Rep Power: 0
knot-together  (10)

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
__________________
by Knot


Last edited by knot-together; 03-08-2015 at 07:33 AM..
Reply With Quote