|
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"Go to the source code of this file.
Classes | |
| struct | Heph::Complex |
| struct for representing complex numbers. More... | |
Functions | |
| constexpr Heph::Complex | operator+ (double lhs, const Heph::Complex &rhs) |
| constexpr Heph::Complex | operator- (double lhs, const Heph::Complex &rhs) |
| constexpr Heph::Complex | operator* (double lhs, const Heph::Complex &rhs) |
| constexpr Heph::Complex | operator/ (double lhs, const Heph::Complex &rhs) |