Crauzer / WEMSharp

Audiokinetic Wwise WEM file converter

Repository from Github https://github.comCrauzer/WEMSharpRepository from Github https://github.comCrauzer/WEMSharp

WEMSharp

WEMSharp is a C# library used to convert Audiokinetic Wwise WEM files to OGG files.

This project was inspired by ww2ogg.

Usage

WEMFile wem = new WEMFile("locationOfYourWemFile", yourDesiredPacketForcing);
wem.GenerateOGG("locationOfTheOggFile", "locationOfCodebooksToUse", inlineCodebooks, fullSetup);
  • Packet Format Forcing

    • NoForcePacketFormat - Uses the original Mod Packet Format from the WEM file.
    • ForceModPackets - Forces to modify the original packets.
    • ForceNoModPackets - Forces to not modify the original packets.
  • Inline Codebooks

Whether codebooks should be loaded from the WEM file.

If false, codebooksLocation must not be empty. If true, codebooksLocation should be empty.

  • Full Setup

Whether the setup packet should be copied from the WEM file.

About

Audiokinetic Wwise WEM file converter

License:GNU General Public License v3.0


Languages

Language:C# 100.0%