Module sfml::audio [] [src]

Sounds, streaming (musics or custom sources), recording, spatialization

Modules

listener

The audio listener is the point in the scene from where all the sounds are heard.

Structs

Music

Streamed music played from an audio file.

Sound

Regular sound that can be played in the audio environment.

SoundBuffer

Storage for audio samples defining a sound.

SoundBufferRecorder

Store captured audio data in sound Buffer

SoundStreamPlayer

Player for custom streamed audio sources. See SoundStream.

Enums

SoundBufferRef

A SoundBuffer that's owned by something else.

SoundStatus

Enumeration of statuses for sounds and musics

Traits

SoundSource

Base trait defining a sound's properties.

SoundStream

Trait for streamed audio sources.