You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
According to this RFC, sf3 can contain both compressed and uncompressed samples. However, doing so in polyphone will lead to samples simply not showing up.
Expected behavior
FluidSynth works fine
MidiPlayer6 works fine
SpessaSynth works fine
The file
issue.zip. This is a soundfont with an .sf3 extension (maybe #200 is relevant here?) and dwMajor set to 3. The sample types are correctly set to not compressed though, and that's what should be checked.
How to reproduce
Open the file in polyphone
No sample data
open the file in FluidSynth/SpessaSynth/MP6
The samples are read and played correctly
The text was updated successfully, but these errors were encountered:
The issue
According to this RFC, sf3 can contain both compressed and uncompressed samples. However, doing so in polyphone will lead to samples simply not showing up.
Expected behavior
The file
issue.zip. This is a soundfont with an .sf3 extension (maybe #200 is relevant here?) and dwMajor set to 3. The sample types are correctly set to not compressed though, and that's what should be checked.
How to reproduce
The text was updated successfully, but these errors were encountered: