gndless_interpolation
Combinational sample interpolation kernels for Veryl.
| Version | 0.3.0 |
|---|---|
| Repository | https://github.com/AkiyukiOkayasu/gndless-interpolation-veryl |
| License | MIT OR Apache-2.0 |
Modules
| CubicLagrangeInterpolator::<FORMAT> | formatを保持したsample interfaceを使う4点3次Lagrange補間器 |
|---|---|
| LinearInterpolator::<FORMAT> | formatを保持したsample interfaceを使う2点間の線形補間器 |