{"id":13603474,"url":"https://github.com/sfztools/sfizz","last_synced_at":"2026-02-19T07:31:32.888Z","repository":{"id":36800395,"uuid":"199350095","full_name":"sfztools/sfizz","owner":"sfztools","description":"SFZ parser and synth c++ library, providing a JACK standalone client","archived":false,"fork":false,"pushed_at":"2025-03-17T20:18:36.000Z","size":22647,"stargazers_count":470,"open_issues_count":70,"forks_count":71,"subscribers_count":22,"default_branch":"develop","last_synced_at":"2025-10-22T06:38:23.751Z","etag":null,"topics":["jack","jack-client","musical-instrument","sample-player","sampler","sampler-engine","sfz","sfz-files","sfz-format","sfz-library"],"latest_commit_sha":null,"homepage":"https://sfz.tools/sfizz/","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-2-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sfztools.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":"FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":"GOVERNANCE.md","roadmap":null,"authors":"AUTHORS.md","dei":null,"publiccode":null,"codemeta":null,"zenodo":null},"funding":{"open_collective":"sfztools"}},"created_at":"2019-07-29T00:12:15.000Z","updated_at":"2025-10-17T13:12:25.000Z","dependencies_parsed_at":"2023-01-17T05:00:41.306Z","dependency_job_id":"80c18d5c-5ed5-480b-8e3a-5bf4dcf91f44","html_url":"https://github.com/sfztools/sfizz","commit_stats":{"total_commits":3398,"total_committers":29,"mean_commits":"117.17241379310344","dds":0.5956444967628016,"last_synced_commit":"806bf1dde49621d08c50a6a496b25c42b1afa8b8"},"previous_names":[],"tags_count":14,"template":false,"template_full_name":null,"purl":"pkg:github/sfztools/sfizz","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sfztools%2Fsfizz","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sfztools%2Fsfizz/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sfztools%2Fsfizz/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sfztools%2Fsfizz/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sfztools","download_url":"https://codeload.github.com/sfztools/sfizz/tar.gz/refs/heads/develop","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sfztools%2Fsfizz/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29606864,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-19T06:47:36.664Z","status":"ssl_error","status_checked_at":"2026-02-19T06:45:47.551Z","response_time":117,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["jack","jack-client","musical-instrument","sample-player","sampler","sampler-engine","sfz","sfz-files","sfz-format","sfz-library"],"created_at":"2024-08-01T19:00:23.049Z","updated_at":"2026-02-19T07:31:32.845Z","avatar_url":"https://github.com/sfztools.png","language":"C++","funding_links":["https://opencollective.com/sfztools"],"categories":["C/C++"],"sub_categories":[],"readme":"# sfizz\n\n[![build actions]](https://github.com/sfztools/sfizz/actions)\n[![build obs]](https://build.opensuse.org/package/show/home:sfztools:sfizz:develop/sfizz)\n[![Discord Badge Image]](https://discord.gg/3ArE9Mw)\n\n[![SFZv1 Status Image]](https://sfztools.github.io/sfizz/development/status/opcodes/?v=1)\n[![SFZv2 Status Image]](https://sfztools.github.io/sfizz/development/status/opcodes/?v=2)\n[![ARIA Status Image]](https://sfztools.github.io/sfizz/development/status/opcodes/?v=aria)\n\nSFZ parser and synth c++ library and JACK standalone client,\nplease check [our website] for more details, or [our wiki] for further information.\n\n## Repository reorganization\n\n\u003e **Warning**\n\u003e\n\u003e On 2023/05/08 the project was divided into 2 repositories:\n\u003e this contains only the library required by third-party applications,\n\u003e and [sfizz-ui] for plugins (and a future possible graphics standalone).\n\n[sfizz-ui]: https://github.com/sfztools/sfizz-ui\n\nSo if you are looking for plugins, you can get both by looking for the `sfizz-ui`\nrepository instead, which contains also this one in the `library` subdirectory/git submodule.\n\n## Using sfizz\n\nSfizz can be used most easily within an LV2 host such as [Carla] or [Ardour].\nIt can also be integrated as a library within your own program; check out our [API] bindings for C and C++.\nOur [releases] are an immediate way to get a working library for Windows and Mac.\nLinux builds are available over at [OBS].\nOn any operating system, you might prefer to [build from source]!\n\n## Contributing to sfizz\n\nThere is actually many things anyone can do, programming-related or music-related.\nPlease check out the [CONTRIBUTING] document for information about filing bug reports or feature requests,\nand helping the development of sfizz\n\n## Donating to sfizz\n\nSfizz and the work in the SFZ tools organization is purely driven by hobbyists\nwho choose to use their free time to benefit this project.\nWe firmly believe in the honesty and goodwill of users as a whole,\nand we want to promote a healthy relationship to software and to the cost of producing quality software.\n\nNo financial returns is explicitely required from using sfizz in any shape.\nHowever, if you feel that sfizz produces value for you or your products,\nand if you find that your financial situation allows for it, we put together ways to donate to the project.\nYou are never compelled to do so, the [CONTRIBUTING] file contains different ways to contribute.\n\nIn all of sfizz's governance model, we strive to live in the open.\nFinances are no different, and we put in place a process so that the use of donations\nis as transparent as possible through our [Open Collective].\nWe invite you to check out the [GOVERNANCE] file to see how the organization is governed and how are donations handled.\n\n## Dependencies and licenses\n\nThe sfizz library has the option to be compiled against either the `dr_libs`\naudio libraries, which is now the default option, or `libsndfile`.\n\n- [dr_libs] is licensed under the MIT No Attribution license\n- [libsndfile] is licensed under the GNU Lesser General Public License v2.1\n\nThe sfizz library makes primary use of:\n\n- [Abseil], licensed under the Apache License 2.0\n- [atomic_queue] by Maxim Egorushkin, licensed under the MIT license\n- [filesystem] by Steffen Schümann, licensed under the BSD 3-Clause license\n- [hiir] by Laurent de Soras, licensed under the WTFPL v2 license\n- [KISS FFT] by Mark Borgerding, licensed under the BSD 3-Clause license\n- [Surge tuning] by Paul Walker, licensed under the MIT license\n- [pugixml] by Arseny Kapoulkine, licensed under the MIT license\n- [cephes] by Stephen Moshier, licensed under the BSD 3-Clause license\n- [cpuid] by Steinwurf ApS, licensed under the BSD 3-Clause license\n- [faust-libraries] by GRAME, Julius O. Smith III and Eric Tarr,\n  licensed under the STK-4.3 license and a permissive variant of the LGPL license\n\nThe sfizz library also uses in some subprojects:\n\n- [Catch2], licensed under the Boost Software License 1.0\n- [benchmark], licensed under the Apache License 2.0\n- [JACK], licensed under the GNU Lesser General Public License v2.1\n- [cxxopts] by Jarryd Beck, licensed under the MIT license\n- [fmidi] by Jean Pierre Cimalando, licensed under the Boost Software License 1.0\n- [libsamplerate], licensed under the BSD 2-Clause license\n\n\n[CONTRIBUTING]:          CONTRIBUTING.md\n[GOVERNANCE]:            GOVERNANCE.md\n[Abseil]:                https://abseil.io/\n[atomic_queue]:          https://github.com/max0x7ba/atomic_queue/\n[benchmark]:             https://github.com/google/benchmark/\n[Catch2]:                https://github.com/catchorg/Catch2/\n[filesystem]:            https://github.com/gulrak/filesystem/\n[Surge tuning]:          https://surge-synth-team.org/tuning-library/\n[pugixml]:               https://pugixml.org/\n[cephes]:                https://www.netlib.org/cephes/\n[cpuid]:                 https://github.com/steinwurf/cpuid/\n[dr_libs]:               https://github.com/mackron/dr_libs/\n[faust-libraries]:       https://github.com/grame-cncm/faustlibraries/\n[hiir]:                  http://ldesoras.free.fr/prod.html#src_hiir\n[KISS FFT]:              http://kissfft.sourceforge.net/\n[JACK]:                  https://github.com/jackaudio/jack2/\n[cxxopts]:               https://github.com/jarro2783/cxxopts/\n[fmidi]:                 https://github.com/jpcima/fmidi/\n[libsamplerate]:         http://www.mega-nerd.com/SRC/\n[libsndfile]:            http://www.mega-nerd.com/libsndfile/\n[our website]:           https://sfztools.github.io/sfizz/\n[our wiki]:              https://sfztools.github.io/sfizz-wiki/\n[releases]:              https://github.com/sfztools/sfizz/releases/\n[Carla]:                 https://kx.studio/Applications:Carla\n[Ardour]:                https://ardour.org/\n[API]:                   https://sfztools.github.io/sfizz/api/\n[Open Collective]:       https://opencollective.com/sfztools\n[build from source]:     https://sfztools.github.io/sfizz/development/build/\n[Discord Badge Image]:   https://img.shields.io/discord/587748534321807416?label=discord\u0026logo=discord\n[build actions]:         https://github.com/sfztools/sfizz/actions/workflows/build.yml/badge.svg?branch=develop\n[build obs]:             https://build.opensuse.org/projects/home:sfztools:sfizz:develop/packages/sfizz/badge.svg\n[OBS]:                   https://software.opensuse.org//download.html?project=home%3Asfztools%3Asfizz\u0026package=sfizz\n[SFZv1 Status Image]:    https://sfztools.github.io/assets/img/sfizz/badge_sfzv1.svg\n[SFZv2 Status Image]:    https://sfztools.github.io/assets/img/sfizz/badge_sfzv2.svg\n[ARIA Status Image]:     https://sfztools.github.io/assets/img/sfizz/badge_aria.svg\n\n[AppVeyor Build Status]: https://img.shields.io/appveyor/ci/sfztools/sfizz.svg?label=Windows\u0026style=popout\u0026logo=appveyor\n[Travis Build Status]:   https://img.shields.io/travis/com/sfztools/sfizz.svg?label=Linux\u0026style=popout\u0026logo=travis\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsfztools%2Fsfizz","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsfztools%2Fsfizz","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsfztools%2Fsfizz/lists"}