UseOGGSoundDecoder()

Syntax

UseOGGSoundDecoder()
Description
Enables the OGG (OGG Vorbis) sound support for CatchSound() and LoadSound().

The OGG format uses destructive compression (lossy) which entails the loss of some of the original information when it is compressed. This is actually one of the best lossy compression algorithms available, which can dramatically decrease the sound file size without the introduction of unnecessary audio artifacts. For more information: Wikipedia - OGG.

Sound streaming is supported for this plugin.

Supported OS

All

<- UseFLACSoundDecoder() - SoundPlugin Index