Game Audio Module
A C++ audio system using miniaudio with Python bindings
Loading...
Searching...
No Matches
Classes | Namespaces
audio_session.h File Reference

RAII helper for initializing and shutting down the audio system. More...

#include "audio_manager.h"

Go to the source code of this file.

Classes

class  audio::AudioSession
 RAII wrapper that initializes audio on construction and shuts down on destruction. More...
 

Namespaces

namespace  audio
 

Detailed Description

RAII helper for initializing and shutting down the audio system.