shithub: pt2-clone

ref: 6ab710922c0f77f64b3a8234a7cf9dceed08e9e8
dir: /src/pt2_mod2wav.h/

View raw version
#pragma once

#include <stdbool.h>

#define MOD2WAV_FREQ 96000

bool renderToWav(char *fileName, bool checkIfFileExist);