shithub: pt2-clone

ref: 67803a8fc77c8b570476cdcb749cfb44da9c64d8
dir: /src/pt2_mod2wav.h/

View raw version
#pragma once

#include <stdbool.h>

#define MOD2WAV_FREQ 96000

bool renderToWav(char *fileName, bool checkIfFileExist);