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

Method Whisperization

src/audio_effects/Whisperization.cpp:20–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18using namespace juce;
19
20Whisperization::Whisperization():
21 Whisperization::Whisperization(FFT_SIZE_512, HOP_SIZE_8, RECTANGULAR) {}
22
23Whisperization::Whisperization(openshot::FFTSize fft_size,
24 openshot::HopSize hop_size,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected