shithub: pt2-clone

ref: 8f7bb2346388a2014728c8c756c17696640d7d09
dir: /src/pt2_mod2wav.h/

View raw version
#pragma once

#include <stdbool.h>

#define MOD2WAV_FREQ 96000

bool renderToWav(char *fileName, bool checkIfFileExist);