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