#include <algorithm>
#include <cmath>
#include <cstdint>
#include <memory>
#include <random>
#include <string>
#include <vector>
#include "hart_audio_buffer.hpp"
#include "dsp/hart_dsp.hpp"
#include "hart_exceptions.hpp"
Go to the source code of this file.
◆ HART_SIGNAL_DECLARE_ALIASES_FOR
| #define HART_SIGNAL_DECLARE_ALIASES_FOR |
( |
|
ClassName | ) |
|
Value: namespace aliases_float{\
using ClassName = hart::ClassName<float>;\
}\
namespace aliases_double{\
using ClassName = hart::ClassName<double>;\
}
Definition at line 381 of file hart_signal.hpp.