HephAudio v3.0.6
A cross-platform C++ library for recording, playing, and processing audio on Windows, Android, Linux, iOS, and macOS.
|
#include "HephAudioShared.h"
#include "AudioDevice.h"
#include "AudioObject.h"
#include "AudioFormatInfo.h"
#include "IAudioDecoder.h"
#include "IAudioEncoder.h"
#include "Params/NativeAudioParams.h"
#include "Event.h"
#include "StringHelpers.h"
#include <memory>
#include <string>
#include <vector>
#include <thread>
#include <mutex>
Go to the source code of this file.
Classes | |
class | HephAudio::Native::NativeAudio |
base class for the classes that interact with the native audio APIs. More... | |