UseOGGSoundDecoder()

Syntax

UseOGGSoundDecoder()
Description
Enables the OGG (OGG Vorbis) sound support for CatchSound() and LoadSound(). Sound streaming is supported for this plug-in.

Parameters

None.

Return value

None.

Remarks

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.

Supported OS

All

<- UseFLACSoundDecoder() - SoundPlugin Index