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 "AudioBuffer.h"
#include "EchoInfo.h"
#include "EqualizerInfo.h"
#include "Oscillators/Oscillator.h"
#include "Windows/Window.h"
#include "Buffers/DoubleBuffer.h"
#include "Buffers/ComplexBuffer.h"
#include <vector>
Go to the source code of this file.
Classes | |
class | HephAudio::AudioProcessor |
provides sound effects and filters. More... | |