LV2 pitchshifting plugin from https://github.com/9exa/Mengubah with a simplified build system
Go to file
rysertio c7398da895 init 2023-10-29 07:15:42 +06:00
.gitignore init 2023-10-29 07:15:42 +06:00
Makefile init 2023-10-29 07:15:42 +06:00
common.h init 2023-10-29 07:15:42 +06:00
correlation.cpp init 2023-10-29 07:15:42 +06:00
correlation.h init 2023-10-29 07:15:42 +06:00
cyclequeue.h init 2023-10-29 07:15:42 +06:00
effect.cpp init 2023-10-29 07:15:42 +06:00
effect.h init 2023-10-29 07:15:42 +06:00
fastmath.h init 2023-10-29 07:15:42 +06:00
fft.cpp init 2023-10-29 07:15:42 +06:00
fft.h init 2023-10-29 07:15:42 +06:00
filter.cpp init 2023-10-29 07:15:42 +06:00
filter.h init 2023-10-29 07:15:42 +06:00
formantshifter.cpp init 2023-10-29 07:15:42 +06:00
formantshifter.h init 2023-10-29 07:15:42 +06:00
interpolation.h init 2023-10-29 07:15:42 +06:00
linalg.cpp init 2023-10-29 07:15:42 +06:00
linalg.h init 2023-10-29 07:15:42 +06:00
loudness.cpp init 2023-10-29 07:15:42 +06:00
loudness.h init 2023-10-29 07:15:42 +06:00
lv2.h init 2023-10-29 07:15:42 +06:00
mengubah_lv2.cpp init 2023-10-29 07:15:42 +06:00
mengumath.h init 2023-10-29 07:15:42 +06:00
miniaudio.h init 2023-10-29 07:15:42 +06:00
pitchshifter.cpp init 2023-10-29 07:15:42 +06:00
pitchshifter.h init 2023-10-29 07:15:42 +06:00
sampling.cpp init 2023-10-29 07:15:42 +06:00
sampling.h init 2023-10-29 07:15:42 +06:00
singletons.h init 2023-10-29 07:15:42 +06:00
timestretcher.cpp init 2023-10-29 07:15:42 +06:00
timestretcher.h init 2023-10-29 07:15:42 +06:00
vecdeque.h init 2023-10-29 07:15:42 +06:00