shithub: pt2-clone

ref: 527d14082914c733a5f60d7361db69897cc761d3
dir: /src/pt2_mod2wav.h/

View raw version
#pragma once

#include <stdbool.h>

#define MOD2WAV_FREQ 96000

bool renderToWav(char *fileName, bool checkIfFileExist);