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