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