| 18 | using namespace juce; |
| 19 | |
| 20 | Whisperization::Whisperization(): |
| 21 | Whisperization::Whisperization(FFT_SIZE_512, HOP_SIZE_8, RECTANGULAR) {} |
| 22 | |
| 23 | Whisperization::Whisperization(openshot::FFTSize fft_size, |
| 24 | openshot::HopSize hop_size, |
nothing calls this directly
no outgoing calls
no test coverage detected