(all of Creative Technology)

2026 · swift · swiftui · macos · audio · dsp · ml

Guitar Companion

(A native macOS guitar practice studio — song analysis, stem isolation, looping, and recorded takes.)

Guitar Companion

Guitar Companion is a native macOS app for learning songs on guitar, built with SwiftUI, AVFoundation/CoreAudio, and Accelerate — an app shell over a Swift package (GuitarCompanionKit) with 200+ deterministic unit tests covering the models, DSP, persistence, and recording paths. Drop in a song and it becomes a practice project.

Analysis runs in the background and is disk-cached by audio fingerprint:

song → fingerprint cache → beat/meter/key/chord models → Demucs 6-stem split → per-stem mixer → tone estimation

The recording side turned out to be the hard part.