Unravel Engine C++ Reference
Loading...
Searching...
No Matches
unravel::audio_system Class Reference

Manages the audio operations and integrates with the audio backend. More...

#include <audio_system.h>

Public Member Functions

auto init (rtti::context &ctx) -> bool
 Initializes the audio system with the given context.
 
auto deinit (rtti::context &ctx) -> bool
 Deinitializes the audio system with the given context.
 

Detailed Description

Manages the audio operations and integrates with the audio backend.

Definition at line 15 of file audio_system.h.

Member Function Documentation

◆ deinit()

auto unravel::audio_system::deinit ( rtti::context & ctx) -> bool

Deinitializes the audio system with the given context.

Parameters
ctxThe context to deinitialize.
Returns
True if deinitialization was successful, false otherwise.

Definition at line 86 of file audio_system.cpp.

◆ init()

auto unravel::audio_system::init ( rtti::context & ctx) -> bool

Initializes the audio system with the given context.

Parameters
ctxThe context to initialize with.
Returns
True if initialization was successful, false otherwise.

Definition at line 51 of file audio_system.cpp.


The documentation for this class was generated from the following files: