shithub: ft2-clone

ref: 4f7f08a867b7e448ce9580279134f4cf7ff82d03
dir: /src/mixer/ft2_silence_mix.h/

View raw version
#pragma once

#include <stdint.h>
#include "../ft2_audio.h"

void silenceMixRoutine(voice_t *v, int32_t numSamples);