MCPcopy Create free account
hub / github.com/OpenShot/libopenshot / updateParameters

Method updateParameters

src/audio_effects/STFT.cpp:14–19  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12}
13
14void STFT::updateParameters(const int new_fft_size, const int new_overlap, const int new_window_type)
15{
16 updateFftSize(new_fft_size);
17 updateHopSize(new_overlap);
18 updateWindow(new_window_type);
19}
20
21void STFT::process(juce::AudioBuffer<float> &block)
22{

Callers 2

GetFrameMethod · 0.80
GetFrameMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected