SoundFont 1.0
From Just Solve the File Format Problem
(Difference between revisions)
(Added page for v1.0 of a Soundfont. I had very limited info to share, just a sample file really) |
(Added two software programs that can handle SoundFont 1.0 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"}}. | ||
+ | |||
+ | == 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/ | * https://telparia.com/fileFormatSamples/audio/soundFont1/ |
Revision as of 22:11, 15 January 2021
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"
.