UNPKG

vgm-conv

Version:
6 lines (5 loc) 170 B
import { OPNVoice } from "ym-voice"; export declare function writeOpmVoiceData(filename: string, voices: { opnVoice: OPNVoice; channels: Set<number>; }[]): void;