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