MCPcopy Create free account
hub / github.com/0xShug0/audio.cpp / MaskingModule

Class MaskingModule

include/engine/framework/modules/structural_modules.h:159–167  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

157 Nearest,
158 Linear,
159};
160
161struct Interpolate1dConfig {
162 int64_t output_frames = 0;
163 Interpolate1dMode mode = Interpolate1dMode::Nearest;
164};
165
166class Interpolate1dModule {
167public:
168 explicit Interpolate1dModule(Interpolate1dConfig config);
169
170 const Interpolate1dConfig & config() const noexcept;

Calls

no outgoing calls

Tested by

no test coverage detected