Core » Audio module

Provides audio functionality.

Files

file audio_device.hpp
Class cubos::core::al::AudioDevice 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.

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.