Open rghvdberg opened 7 years ago
Hi. It is already possible to create a sf2 file from wav, in two steps, first create a sfz file from wav and then convert sfz to sf2, like this:
Those scripts require that the wav file name contains its main note as a suffix (C4 in the previous example), so it can be placed correctly within the sfz/sf2 file.
I hope this is useful to you, please tell me if you need something different.
Could you possibly create a script that takes a wav file and outputs a sf2 file?