Audio

Usage

# Disable "Audio" component.
scons goost_audio_enabled=no

# Enable "Audio" component, disable all others.
scons goost_components_enabled=no goost_audio_enabled=yes

Overview

This component provides classes related to audio.

MIDI and SoundFont support

Music and sound effects can be procedurally generated and played back using the MidiPlayer node.

MidiPlayer node

See example project at GitHub.