Datasets:

Modalities:
Text
Formats:
json
Size:
< 1K
License:
Dataset Viewer
Auto-converted to Parquet Duplicate
soundfont
stringlengths
88
130
name
stringlengths
3
45
format
stringclasses
2 values
https://www.modelscope.cn/datasets/Genius-Society/soundfonts/resolve/master/data/Yamaha_C7__Normalized_.sf2
Yamaha_C7__Normalized_
SF2
https://www.modelscope.cn/datasets/Genius-Society/soundfonts/resolve/master/data/MS Basic.sf3
MS Basic
SF3
https://www.modelscope.cn/datasets/Genius-Society/soundfonts/resolve/master/data/Roland XP-50.sf2
Roland XP-50
SF2
https://www.modelscope.cn/datasets/Genius-Society/soundfonts/resolve/master/data/Yamaha-C5-Salamander-JNv5.1.sf2
Yamaha-C5-Salamander-JNv5.1
SF2
https://www.modelscope.cn/datasets/Genius-Society/soundfonts/resolve/master/data/Splendid.136.sf2
Splendid.136
SF2
https://www.modelscope.cn/datasets/Genius-Society/soundfonts/resolve/master/data/Roland XP-80.sf2
Roland XP-80
SF2
https://www.modelscope.cn/datasets/Genius-Society/soundfonts/resolve/master/data/JV1080 Nice Piano_m.sf2
JV1080 Nice Piano_m
SF2
https://www.modelscope.cn/datasets/Genius-Society/soundfonts/resolve/master/data/000_Florestan_Piano.sf2
000_Florestan_Piano
SF2
https://www.modelscope.cn/datasets/Genius-Society/soundfonts/resolve/master/data/LSPModel Full Grand Piano [Yamaha P120] (1.4).sf2
LSPModel Full Grand Piano [Yamaha P120] (1.4)
SF2
https://www.modelscope.cn/datasets/Genius-Society/soundfonts/resolve/master/data/GeneralUser GS v1.471.sf2
GeneralUser GS v1.471
SF2
https://www.modelscope.cn/datasets/Genius-Society/soundfonts/resolve/master/data/登登~.sf2
登登~
SF2
https://www.modelscope.cn/datasets/Genius-Society/soundfonts/resolve/master/data/Arachno SoundFont - Version 1.0.sf2
Arachno SoundFont - Version 1.0
SF2
https://www.modelscope.cn/datasets/Genius-Society/soundfonts/resolve/master/data/Riky-Kraunkofer Soundfont.sf2
Riky-Kraunkofer Soundfont
SF2
https://www.modelscope.cn/datasets/Genius-Society/soundfonts/resolve/master/data/MuseScore_General.sf3
MuseScore_General
SF3
https://www.modelscope.cn/datasets/Genius-Society/soundfonts/resolve/master/data/J800 Piano.sf2
J800 Piano
SF2
https://www.modelscope.cn/datasets/Genius-Society/soundfonts/resolve/master/data/SF2.Piano.DGX.Chung.Song.130.564KB.sf2
SF2.Piano.DGX.Chung.Song.130.564KB
SF2
https://www.modelscope.cn/datasets/Genius-Society/soundfonts/resolve/master/data/grand piano.sf2
grand piano
SF2
https://www.modelscope.cn/datasets/Genius-Society/soundfonts/resolve/master/data/Velocity_Grand_Piano.sf2
Velocity_Grand_Piano
SF2
https://www.modelscope.cn/datasets/Genius-Society/soundfonts/resolve/master/data/YDP-GrandPiano-20160804.sf2
YDP-GrandPiano-20160804
SF2

Intro

The SF Soft Soundfont Dataset is a comprehensive sample library designed for intelligent music synthesis and digital audio workstation (DAW) development, featuring a diverse collection of high-quality instrument sounds spanning multiple categories including piano, strings, woodwinds, brass, percussion, electronic synthesizers, and ethnic instruments, while supporting both mainstream soundfont formats: SF2, which utilizes uncompressed PCM storage to ensure maximum fidelity and tonal authenticity, and SF3, which employs Ogg Vorbis compression to achieve reduced file sizes and faster loading times; each soundfont is accompanied by structured metadata encompassing instrument classification, pitch range, sample rate, polyphony count, velocity layering, and loop markers, enabling advanced applications such as automatic arrangement, real-time performance, timbre transfer, and cross-platform sequencer development, making it well-suited for mobile music applications, game audio engines, and AI-driven composition systems to facilitate high-fidelity, low-latency intelligent music generation experiences.

Usage

from datasets import load_dataset

ds = load_dataset(
    "Genius-Society/soundfonts",
    name="default",
    split="train",
    cache_dir="./__pycache__",
)
for i in ds:
    print(i)

Maintenance

git clone git@hf.co:datasets/Genius-Society/soundfonts
cd soundfonts

Mirror

https://www.modelscope.cn/datasets/Genius-Society/soundfonts

Downloads last month
17