HephAudio v3.1.0
A cross-platform C++ library for recording, playing, and processing audio on Windows, Android, Linux, iOS, and macOS.
|
#include "HephAudioShared.h"
#include "NativeAudio/NativeAudio.h"
#include "AudioEvents/AudioDeviceEventArgs.h"
#include "AudioEvents/AudioCaptureEventArgs.h"
#include <memory>
Go to the source code of this file.
Classes | |
class | HephAudio::Audio |
manages the native audio classes. More... | |
Enumerations | |
enum | HephAudio::AudioAPI { Default , WASAPI , DirectSound , MMEAPI , CoreAudio , AAudio , OpenSLES } |
available native audio APIs. | |