ref: b7102dd20d6aecd272068ee3b7a5fd2efa9c43a8 dir: /src/pt2_mod2wav.h/
#pragma once #include <stdbool.h> #define MOD2WAV_FREQ 96000 bool renderToWav(char *fileName, bool checkIfFileExist);