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
I ran the SoundFont Spec Implementation Test and found an issue with TinySoundFont's modulation envelope. Here are the details for the modulation envelope test, copied from the test documentation:
This test uses all six envelope stages, each lasting exactly 1 second. The stages are delay, attack, hold, decay, sustain, and release. The attack should be a convex curve, while the remaining envelope stages should all be linear. You should hear the note's pitch change according to the following envelope shape:
____
/ \
/ \____
/ \
____/ \
I viewed the test recording in Audacity using spectrogram view (TinySoundFont on top, FluidSynth on bottom):
This is zoomed in to show the attack, hold, and decay phases. You can see by the time ruler at the top, FluidSynth's attack is a convex curve and lasts for exactly one second (10.5 to 11.5), which is correct. TinySoundFont, however, uses a linear curve, and only lasts for about 0.14 seconds. The hold and decay phases are the correct durations, but due to the shortened length of the attack curve, they now occur too early in the sound.
The text was updated successfully, but these errors were encountered:
I ran the SoundFont Spec Implementation Test and found an issue with TinySoundFont's modulation envelope. Here are the details for the modulation envelope test, copied from the test documentation:
I viewed the test recording in Audacity using spectrogram view (TinySoundFont on top, FluidSynth on bottom):
This is zoomed in to show the attack, hold, and decay phases. You can see by the time ruler at the top, FluidSynth's attack is a convex curve and lasts for exactly one second (10.5 to 11.5), which is correct. TinySoundFont, however, uses a linear curve, and only lasts for about 0.14 seconds. The hold and decay phases are the correct durations, but due to the shortened length of the attack curve, they now occur too early in the sound.
The text was updated successfully, but these errors were encountered: