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