Core » Audio module

Provides audio functionality.

Files

file audio_context.hpp
Class cubos::core::al::AudioContext and related types.

Typedefs

using Buffer = std::shared_ptr<impl::Buffer>
Handle to an audio buffer.
using Source = std::shared_ptr<impl::Source>
Handle to an audio source.
using Listener = std::shared_ptr<impl::Listener>
Handle to an audio listener.
using AudioDevice = std::shared_ptr<impl::AudioDevice>
Handle to an audio device.

Typedef documentation

using Buffer = std::shared_ptr<impl::Buffer>

Handle to an audio buffer.

using Source = std::shared_ptr<impl::Source>

Handle to an audio source.

using Listener = std::shared_ptr<impl::Listener>

Handle to an audio listener.

using AudioDevice = std::shared_ptr<impl::AudioDevice>

Handle to an audio device.