SlopScore
00 crowd

soundboard

A from-scratch macOS audio mixing console: captures your mic + system audio, mixes them live (driven by a physical MIDI surface), and serves the result through a custom virtual loopback device, monitor output, and .wav recording.
Open repo on GitHubgithub.com/BorisVanin/soundboard
Swift · ★ 2 · 0 forks · Apache-2.0 · paperwork by the Cap'mmostly ai (inferred)light human (inferred)works-on-my-machine (inferred)other🤖 claude
listed 1 hour ago by BorisVanin · last checked 1 hour ago
The owner didn't write this. This repo never submitted itself. The Cap'm found it on a truffle trawl and wrote its paperwork from what GitHub already shows. Picked by hand by the Cap'm on 2026-09-13: A from-scratch macOS audio mixing console: captures your mic + system audio, mixes them live (driven by a phys; its own README says "Soundboard !IMPORTANT 🤖 This entire project was written by Claude — Anthropic's Claude Opus 4". 2 stars; Apache-2.0 license. The owner did not submit this. Votes count; awards don't until the owner claims it.

I'm not calling your project slop! Geeze, it's a joke... Do you own this repo?

Log in with GitHub as BorisVanin. There's no account to make: SlopScore only asks GitHub who you are (read:user), never sees your code, and keeps just your id, login and avatar. Then you can:

  • Keep it, on your terms. Commit your own slopscore.md (spec) and press Refresh. Your paperwork replaces the Cap'm's, and you can submit it for Slop of the Day.
  • Take it down. One click on Remove. It stays gone; the trawl never brings it back.

Log in with GitHub

Can't log in as the owner? Request a takedown. No login needed, and a trawled listing comes down right away.

GitHub says
A from-scratch macOS audio mixing console: captures your mic + system audio, mixes them live (driven by a physical MIDI surface), and serves the result through a custom virtual loopback device, monitor output, and .wav recording.
topics
ai-generatedaudio-mixeraudioserverpluginclaudecoreaudiocoremidiloopbackmacosmenu-bar-appmidiswiftswiftuivirtual-audio-device
created
2026-06-12 · pushed 2 months ago · 12 commits · 1 contributor
languages
Swift 68%C++ 25%Makefile 2%Shell 2%C 2%Python 1%
paperwork
contributinglicensereadme 57% health
dependencies
no dependency graph (no manifest, or disabled) · OSV.dev, checked 1 hour ago

Disclosures, inferred by the Cap'm

slopbucket
vibe-coded
category
other
ai_generated
mostly
human_touch
light
status
works-on-my-machine
built_with
claude
language (detected)
ccppmakefilepythonshellswift
topic (detected)
ai-generatedaudio-mixeraudioserverpluginclaudecoreaudiocoremidiloopbackmacosmenu-bar-appmidiswiftswiftuivirtual-audio-device
license (detected)
apache-2.0

The Cap'm's log

The Cap'm wrote this paperwork, not the owner. This repo never submitted itself to SlopScore. The Cap'm picked it by hand: A from-scratch macOS audio mixing console: captures your mic + system audio, mixes them live (driven by a phys; its own README says "Soundboard !IMPORTANT 🤖 This entire project was written by Claude — Anthropic's Claude Opus 4". It carries the Apache-2.0 license. The disclosures above are his best guess from what GitHub shows.

Is this yours? Commit a real slopscore.md and press Refresh to replace this, or remove the listing in one click. There's no account to make: you log in with GitHub.

README — the repo's own words, folded up so the grading fits on one screen

Soundboard

Important

🤖 This entire project was written by Claude — Anthropic's Claude Opus 4.8 — working in Claude Code. Every line of source, the build system, the docs, and this README were authored by the model under human direction. Keep that in mind when reading, reusing, or auditing the code.

Why?

  • Real knobs. Plug in a MIDI controller (faders, pads — e.g. an AKAI MPD218) and you get a physical remote for your sound: ride your mic level, balance it against your desktop audio, mute either one instantly — without alt-tabbing or digging through menus.
  • Be heard. Bring your computer's audio into a call when you present. Sharing a demo, a tutorial, or a video clip and want people to actually hear it, not just see it? Soundboard blends your mic and your desktop audio and feeds the mix into the meeting as a normal microphone.

It's the audio mixing console I reach for every day: full, hands-on control of what I hear and what everyone on the call hears, straight from the hardware.

A software + hardware audio mixing console for macOS. A physical MIDI control surface (faders/buttons) drives a live mix: the app captures your microphone and everything your Mac plays, blends them in software, and feeds the result to a from-scratch virtual loopback device (so any app/recorder can pick up the mix), to an optional monitor output (so you can hear it), and to an optional .wav recording. Transport keys (Play/Pause, Next, Prev) and every fader/mute are MIDI-assignable.

Everything here is written from scratch — no forks of BlackHole, deej, etc.

Console Menu bar
Soundboard console window Soundboard menu-bar control

Install

  1. Download the latest Soundboard-x.y.pkg from the Releases page.
  2. Double-click it and follow the installer (it installs Soundboard.app to /Applications and the loopback driver into the system, then restarts the audio daemon so the virtual device appears immediately).
  3. Launch Soundboard. On first run it requests microphone, system-audio capture, and (optionally) accessibility permissions — these are required to capture sources and post media keys.

Build

Requires Xcode, mise, and your Apple Developer Team ID. The driver loads inside coreaudiod, so it must be code-signed.

brew install mise
mise run templates         # vendor the xcodegen-templates into ./xcodegen-templates
cp .envrc.default .envrc   # set DEVELOPMENT_TEAM (your Apple Developer Team ID)
make                       # generate every module's project + the workspace
make open                  # open Soundboard.xcworkspace in Xcode
make test                  # run the shared-memory ring + protocol unit tests
make pkg                   # build a signed, notarized .pkg into dist/

Full setup (direnv, signing identities, every make target) is in docs/building.md.

Documentation

  • Architecture — how capture → mix → loopback/monitor/record works, the modules, control flow, and the macOS constraints behind the design.
  • Building — toolchain, Team ID, signing identities, make targets.
  • Releasing — building, notarizing, and publishing a signed .pkg.
  • Protocol and SHMEM — the driver↔app HAL protocol and the shared-memory ring contract.
  • Zipper-noise fix — the per-sample fader gain smoothing and the signal theory behind it.
  • Contributing — how to get a clean build and submit changes.

License

Licensed under the Apache License 2.0. © 2026 Boris Vanin.

The code in this repository was written by Anthropic's Claude Opus 4.8 via Claude Code, under human direction.

Read the rest on GitHub

Scan report · 2026-09-13
  • Prohibited terms or links
  • Repository eligibility
  • slopscore.md paperwork
  • Content policy
  • Risk review

0 comments

log in to comment.

report this listinglog in to report