blocksound.audio

Undocumented in source.

Public Imports

blocksound.backend.types
public import blocksound.backend.types : Source, Sound, StreamingSource, StreamedSound;

Members

Classes

AudioManager
class AudioManager

Manages the Audio.

Lock
class Lock
Undocumented in source.

Functions

loadSoundFile
Sound loadSoundFile(string file)

Loads a Sound from a file.

loadStreamingSoundFile
StreamedSound loadStreamingSoundFile(string file, size_t numBuffers)

Loads a Sound from a file for streaming.

Meta