HephAudio v3.0.6
A cross-platform C++ library for recording, playing, and processing audio on Windows, Android, Linux, iOS, and macOS.
Loading...
Searching...
No Matches
ArithmeticBuffer.h File Reference
#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))