Use soundtouch for vocal audio time stretching (1/2)

This commit is contained in:
mx 2020-08-23 16:37:56 +08:00 committed by Robin Gareus
parent fb2d33c6a3
commit 262281bc1f
No known key found for this signature in database
GPG key ID: A090BCE02CF57F04
5 changed files with 227 additions and 100 deletions

View file

@ -28,6 +28,7 @@
#ifdef COMPILER_MINGW
#include <io.h> // For W_OK
#include <windows.h>
#endif
#include <glibmm/fileutils.h>