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