Convert Wwise WEM files to OGG.
| Tests | |
|---|---|
| PyPI | |
| Activity | |
| QA | |
| Other |
wem2ogg can be installed from PyPI.
To install with pip:
$ python -m pip install wem2oggwem2ogg provides a single function, wem_to_ogg.
def wem_to_ogg(wem_data: bytes) -> bytes: ...The function takes the contents of a Wwise .wem file,
and returns the contents of a .ogg file for the same audio.