shithub: pt2-clone

ref: 326bc5d8cb7a619f0c9981bf57951a1e68146053
dir: /src/pt2_mod2wav.h/

View raw version
#pragma once

#include <stdbool.h>

#define MOD2WAV_FREQ 96000

bool renderToWav(char *fileName, bool checkIfFileExist);