This commit is contained in:
Sean Kelly 2025-02-03 20:06:45 -08:00 committed by Geraint Luff
parent f2294a5f72
commit 899dde429a

View File

@ -44,7 +44,7 @@ extern "C" {
stretch.presetDefault(nChannels, sampleRate);
}
void EMSCRIPTEN_KEEPALIVE presetCheaper(int nChannels, Sample sampleRate) {
stretch.presetDefault(nChannels, sampleRate);
stretch.presetCheaper(nChannels, sampleRate);
}
void EMSCRIPTEN_KEEPALIVE configure(int nChannels, int blockSamples, int intervalSamples) {
stretch.configure(nChannels, blockSamples, intervalSamples);