Fix typo
This commit is contained in:
parent
f2294a5f72
commit
899dde429a
@ -44,7 +44,7 @@ extern "C" {
|
|||||||
stretch.presetDefault(nChannels, sampleRate);
|
stretch.presetDefault(nChannels, sampleRate);
|
||||||
}
|
}
|
||||||
void EMSCRIPTEN_KEEPALIVE presetCheaper(int nChannels, Sample 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) {
|
void EMSCRIPTEN_KEEPALIVE configure(int nChannels, int blockSamples, int intervalSamples) {
|
||||||
stretch.configure(nChannels, blockSamples, intervalSamples);
|
stretch.configure(nChannels, blockSamples, intervalSamples);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user