SoundFont 2.0
From Just Solve the File Format Problem
(Difference between revisions)
(Added software that can work with soundfont 2.0 files and a link to wikipedia which has some good info) |
MihaiPopa7 (Talk | contribs) (→Example files) |
||
(3 intermediate revisions by 2 users not shown) | |||
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 == | ||
Line 9: | Line 16: | ||
* [https://www.fluidsynth.org/ FluidSynth] | * [https://www.fluidsynth.org/ FluidSynth] | ||
− | == | + | == Sample files == |
* http://freepats.zenvoid.org/sf2/acoustic_grand_piano_ydp_20080910.sf2 | * http://freepats.zenvoid.org/sf2/acoustic_grand_piano_ydp_20080910.sf2 | ||
* ftp://ftp.personalcopy.net/pub/Unison.sf2.gz | * ftp://ftp.personalcopy.net/pub/Unison.sf2.gz | ||
− | * | + | * {{DexvertSamples|audio/soundFont2}} |
== Links == | == Links == | ||
* https://en.wikipedia.org/wiki/SoundFont | * https://en.wikipedia.org/wiki/SoundFont | ||
+ | |||
+ | [[Category:RIFF based file formats]] |
Latest revision as of 12:59, 22 August 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 |
[edit] 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.
[edit] Software
[edit] Sample files
- http://freepats.zenvoid.org/sf2/acoustic_grand_piano_ydp_20080910.sf2
- ftp://ftp.personalcopy.net/pub/Unison.sf2.gz
- dexvert samples — audio/soundFont2