SAL
A C++ library for spatial audio.
|
#include <fdtd.h>
Public Member Functions | |
Fdtd (Room *const room, sal::Source *const source, sal::Microphone *const microphone, const sal::Time sampling_frequency, sal::Sample xi, sal::Sample lmb) | |
void | Run (const MonoBuffer &input_buffer, Buffer &output_buffer) |
sal::Signal | rir () const |
Static Public Member Functions | |
static std::vector < std::vector< std::vector < sal::Int > > > | CreateGeometry (sal::Int Nx, sal::Int Ny, sal::Int Nz) |
static bool | Test () |
static sal::Time | SimulationTime () |
sal::Fdtd::Fdtd | ( | Room *const | room, |
sal::Source *const | source, | ||
sal::Microphone *const | microphone, | ||
const sal::Time | sampling_frequency, | ||
sal::Sample | xi, | ||
sal::Sample | lmb | ||
) |
|
static |
|
inline |
void sal::Fdtd::Run | ( | const MonoBuffer & | input_buffer, |
Buffer & | output_buffer | ||
) |
|
static |
|
static |