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