Results 1 to 4 of 4

Thread: [Question] Audio Files?

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1

    Default [Question] Audio Files?

    Hi has anyone found a way to access the audio WEM file any pointers tips would be much appreciated.

  2. #2

    Default Re: [Question] Audio Files?

    i found a site that explains to convert wem to ogg but that didnt worked for me check it :http://forum.xentax.com/viewtopic.ph...=7792&start=15

  3. #3

    Default Re: [Question] Audio Files?

    thanks @tho tried it myself but no joy either! there's got to be away though just got to find it.

  4. #4

    Default Re: Think im close to extracting audio files help

    alright, after hours of reading up on these WEM audio files, I think i'm close to extracting audio in a format that is playable in a media player, but I have hit a brick wall. First thing that I did was to extract the WEM files from rome 2 music pack files, think there are four in total, using pack manager and there's lots of WEM files let me tell you, but they are all numbered so you don't really know what they are. So then I tried to find a converter to no luck, then I found this forum thanks to @tho http://forum.xentax.com/viewtopic.ph...=7792&start=15 and found two programmes, the first is ww2ogg and the second revorb. You have to copy these two programmes in to the folder with the WEM files and write a .bat file
    Code:
    for %%f in (*.wem) do ww2ogg.exe %%f --pcb packed_codebooks_aoTuV_603.bin
    pause
    for %%f in (*.ogg) do revorb.exe %%f
    pause
    this should convert the WEM files to .ogg format but I keep getting the error missing RIFF in the cmd.exe can anyone help? Can someone with experience with these programmes point in the right direction. my plan is to convert the WEM files, see what they are and then hopefully convert whatever music or audio that you want in to WEM and replace the original file, hope its that simple anyway!

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •