Merge pull request 'Add Audio software category' (#105) from itshub/open-slopware:audio into main

Reviewed-on: https://codeberg.org/small-hack/open-slopware/pulls/105
This commit is contained in:
JesseBot 2026-03-14 15:32:19 +01:00
commit 41900358ee

View file

@ -40,6 +40,7 @@ To Contribute, checkout our [`CONTRIBUTING.md`](./CONTRIBUTING.md).
* [Python](#python)
* [Rust](#rust)
* [Game Engines](#game-engines)
* [Music](#music)
* [Services and Utilities](#services-and-utilities)
* [File Storage](#file-storage)
* [Password Management](#password-management)
@ -265,6 +266,13 @@ Also, there is an advistory database of Rust slopware crates, which you can use
|---|---|---|
| [UPBGE 0.5](https://upbge.org) | UPBGE 0.36.1 seems to be slop-free, [Godot](https://github.com/godotengine/godot) | [0.5 release notes state the use of AI in plain language](https://github.com/UPBGE/upbge/wiki/Release-notes-version-0.50#b-implementation-technique-and-limitations) |
## Music
| Name | Alternative(s) | Evidence |
|---|---|---|
| [HISE](https://github.com/christophhart/HISE) | [DPF](https://github.com/DISTRHO/DPF) | `claude` committed to the repo. This is a framework to build audio plugins so it's tainting those that use it. |
| [zrythm](https://www.zrythm.org) | [Ardour](https://ardour.org/) (opinions may vary whether it is a replacement or not) | [CLAUDE.md](https://github.com/zrythm/zrythm/blob/master/CLAUDE.md) in repository |
## Services and Utilities
| Name | Alternative(s) | Evidence |