Skip to main content

Convert And Setup *.ogg


About

*.ogg is a special sound format. It needs setup for proper playback in the game world and AI response.

Convert via Blender

Blender has build in render in Vorbis codec.

Open Render -> Render Audio... when in Container select Ogg. In Codec select Vorbis. Mixdown.

Convert via ffmpeg

Creating using ffmpeg.

Convert WAV to OGG

ffmpeg -i input.wav -c:a libvorbis -q:a 10 output.ogg

Convert and setup via SDK

note

The sound file must be in the source *.wav format.

To convert *.wav to *.ogg with SDK setup, you need to drop the file into the rawdata\sounds folder

tip

If there is no sounds folder in rawdata, you can just create a folder.

Open Actor Editor -> Editors -> Sounds -> Sound Editor.

alt text centered

In the window that opens you will see your file, click on it and setup.

alt text centered

Setup via SAVANT

note

The sound file must be in the *.ogg format.

Sound Attribute Viewer And Tweaker - This is a fan program for editing *.ogg.

Download and open SAVANT and select the directory with your sound.

alt text centered

Now you can setup your file.

X

Graph View