SoundFont 2.0
From Just Solve the File Format Problem
(Difference between revisions)
Dexvertbot (Talk | contribs) m (Change telparia.com samples link to template) |
|||
Line 4: | Line 4: | ||
}} | }} | ||
'''SoundFont 2.0''' is a format used to store instrument patches for [[MIDI]] synthesisers. The SoundFont 2.0 format is based on [[RIFF]]; the RIFF type identifier is {{magic|"sfbk"}}. | '''SoundFont 2.0''' is a format used to store instrument patches for [[MIDI]] synthesisers. The SoundFont 2.0 format is based on [[RIFF]]; the RIFF type identifier is {{magic|"sfbk"}}. | ||
+ | |||
+ | See also [[SoundFont 1.0]]. | ||
+ | |||
+ | == Identification == | ||
+ | Files begin with ASCII "{{magic|RIFF}}", and have "{{magic|sfbk}}" at offset 8. | ||
+ | |||
+ | In most cases, this is followed by "{{magic|LIST}}" at offset 12, "{{magic|INFOifil}}" at offset 20, and bytes {{magic|02 00}} at offset 32. The last <code>02</code> byte distinguishes major version 2 from [[SoundFont 1.0|major version 1]]. | ||
== Software == | == Software == |
Revision as of 13:45, 18 April 2024
SoundFont 2.0 is a format used to store instrument patches for MIDI synthesisers. The SoundFont 2.0 format is based on RIFF; the RIFF type identifier is "sfbk"
.
See also SoundFont 1.0.
Contents |
Identification
Files begin with ASCII "RIFF
", and have "sfbk
" at offset 8.
In most cases, this is followed by "LIST
" at offset 12, "INFOifil
" at offset 20, and bytes 02 00
at offset 32. The last 02
byte distinguishes major version 2 from major version 1.
Software
Example files
- http://freepats.zenvoid.org/sf2/acoustic_grand_piano_ydp_20080910.sf2
- ftp://ftp.personalcopy.net/pub/Unison.sf2.gz
- dexvert samples — audio/soundFont2