#include "miniaudio.h"
#include <chrono>
#include <future>
#include <iostream>
#include <mutex>
#include <stdexcept>
#include <string>
#include <thread>
#include <vector>
#include <sstream>
Go to the source code of this file.
Classes | |
struct | AudioDevice |
A structure representing an audio playback device. More... | |
class | MiniAudioPlayer |
A class for playing audio using the MiniAudio library. More... | |
Macros | |
#define | MINIAUDIO_IMPLEMENTATION |
#define MINIAUDIO_IMPLEMENTATION |