sfml.audio

package sfml.audio

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

Attributes

Members list

Type members

Classlikes

trait SoundBuffer(using ctor: ctor)

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
object SoundBuffer

Attributes

Companion
trait
Supertypes
class Object
trait Matchable
class Any
Self type
trait SoundSource(using ctor: ctor)

Base class defining a sound's properties.

Base class defining a sound's properties.

SoundSource is not meant to be used directly, it only serves as a common base for all audio objects that can live in the audio environment.

It defines several properties for the sound: pitch, volume, position, attenuation, etc. All of them can be changed at any time with no impact on performances.

Attributes

See also

Sound, SoundStream

Companion
object
Supertypes
class Object
trait Matchable
class Any
object SoundSource

Attributes

Companion
trait
Supertypes
class Object
trait Matchable
class Any
Self type