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

Definition of the AudioTrack class for layered music. More...

#include <string>
#include <unordered_map>
#include <memory>
#include <chrono>

Go to the source code of this file.

Classes

class  audio::AudioTrack
 Manages a collection of synchronized audio layers. More...
 
struct  audio::AudioTrack::Layer
 Represents a single audio layer within a track. More...
 

Namespaces

namespace  audio
 

Detailed Description

Definition of the AudioTrack class for layered music.