SoundFont 1.0

From Just Solve the File Format Problem
(Difference between revisions)
Jump to: navigation, search
m (Sample files)
 
Line 4: Line 4:
 
}}
 
}}
 
'''SoundFont 1.0''' (also known as Emu Sound Font) is a format used to store instrument patches for [[MIDI]] synthesizers. The SoundFont 1.0 format is based on [[RIFF]]; the RIFF type identifier is {{magic|"sfbk"}}.
 
'''SoundFont 1.0''' (also known as Emu Sound Font) is a format used to store instrument patches for [[MIDI]] synthesizers. The SoundFont 1.0 format is based on [[RIFF]]; the RIFF type identifier is {{magic|"sfbk"}}.
 +
 +
See also [[SoundFont 2.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|01 00}} at offset 32. The last <code>01</code> byte distinguishes major version 1 from [[SoundFont 2.0|major version 2]].
  
 
== Software ==
 
== Software ==
Line 11: Line 18:
 
== Sample files ==
 
== Sample files ==
 
* {{DexvertSamples|audio/soundFont1}}
 
* {{DexvertSamples|audio/soundFont1}}
 +
 +
[[Category:RIFF based file formats]]

Latest revision as of 13:48, 18 April 2024

File Format
Name SoundFont 1.0
Ontology
Extension(s) .sbk

SoundFont 1.0 (also known as Emu Sound Font) is a format used to store instrument patches for MIDI synthesizers. The SoundFont 1.0 format is based on RIFF; the RIFF type identifier is "sfbk".

See also SoundFont 2.0.

[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 01 00 at offset 32. The last 01 byte distinguishes major version 1 from major version 2.

[edit] Software

[edit] Sample files

Personal tools
Namespaces

Variants
Actions
Navigation
Toolbox