SoundFont 1.0

From Just Solve the File Format Problem
(Difference between revisions)
Jump to: navigation, search
(Added page for v1.0 of a Soundfont. I had very limited info to share, just a sample file really)
 
 
(2 intermediate revisions by one user not shown)
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 ==
 +
* [https://www.fmjsoft.com/awavestudio.html#main Awave Studio]
 +
* [http://www.ibiblio.org/thammer/HammerSound/localfiles/soundfonts/sf1to2.zip sf1to2]
  
 
== Sample files ==
 
== Sample files ==
* https://telparia.com/fileFormatSamples/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