blocksound.audio

Undocumented in source.

Members

Classes

AudioManager
class AudioManager

Manages the Audio.

Source (from blocksound.backend.types)
class Source via public import blocksound.backend.types : Source, Sound;

Represents a source that emits audio.

Functions

loadSoundFile
Sound loadSoundFile(string file)

Loads a Sound from a file.

Interfaces

Sound (from blocksound.backend.types)
interface Sound via public import blocksound.backend.types : Source, Sound;

Represents a sound, loaded in memory. For larger sounds, consider using streaming instead.

Meta