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