|
HephAudio v3.1.0
A cross-platform C++ library for recording, playing, and processing audio on Windows, Android, Linux, iOS, and macOS.
|
#include "HephShared.h"#include "BufferBase.h"#include "HephMath.h"#include "BufferOperators.h"#include <initializer_list>#include <limits>Go to the source code of this file.
Classes | |
| class | Heph::ArithmeticBuffer< Tself, Tdata > |
| base class for buffers that store arithmetic types. Provides operations and methods for arithmetic data. More... | |
| class | Heph::SignedArithmeticBuffer< Tself, Tdata > |
| base class for buffers that store signed arithmetic types. Provides operations and methods for signed arithmetic data. More... | |
Macros | |
| #define | HEPH_MATH_DEG_TO_RAD(x) ((x) * (HEPH_MATH_PI / 180.0)) |