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