How to convert sets of wav files to .sf2 format

1.4k Views Asked by At

I have an instrument program written in python that creates 88 .wav files for a set of instruments. I am trying to convert these .wave files to .sf2 so that I can read it into a piano program I stumbled across. Are there ways to do this using code on python or other languages? I've seen a lot of posts that convert .sf2 to .wav but not the reverse.

0

There are 0 best solutions below