|
JPL Spatial
Sound spatialization and propagation library
|
Nearest fractional interpolator. More...
#include <JPLSpatial/Auralization/FractionalDelay.h>
Public Member Functions | |
| NearestInterpolator ()=default | |
| void | SetFraction (float) |
| float | GetFraction () const |
| float | Process (std::span< const float, InputLength > data) const noexcept |
| float | Process (float data) const noexcept |
Static Public Attributes | |
| static constexpr uint32 | InputLength = 1 |
Nearest fractional interpolator.
|
default |
|
inline |
|
inlinenoexcept |
Process one taken from the integer tap of the delay line.
| data | must point to contiguous buffer of one sample. |