💡 An app demonstrating how an accurate metronome can be built using Swift and AVAudioEngine.
📝 This one is based on the sample rate — not on some sort of a timer.
ℹ️ A small idea that is growing into a more serious app, that I might even use in my own guitar practice. Let's see if I will have time and persistence to finish it. 🎸
🚀 Feel free to use any code here to build more complex apps. If you're only interested in the metronome engine. Check out this file: MetronomeEngine.swift
Install mise if you don't have it yet. After installing, make sure to activate it in your shell.
mise run generate # resolves dependencies and generates the Xcode project