Skip to content

Commit

Permalink
Remove redundant resample initialization.
Browse files Browse the repository at this point in the history
  • Loading branch information
psobot committed Feb 8, 2022
1 parent 9ba99b9 commit f000972
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pedalboard/python_bindings.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,6 @@ PYBIND11_MODULE(pedalboard_native, m) {
init_noisegate(m);
init_phaser(m);
init_pitch_shift(m);
init_resample(m);
init_reverb(m);

init_external_plugins(m);
Expand Down

0 comments on commit f000972

Please sign in to comment.