SWIFT PACKAGE
iOS / macOS / watchOS
Drop deterministic FM ringtones into any Apple app. Pure Swift, no dependencies.
Same seed + same ID = same ringtone on every device.
import YamaBruh
let wav = Ringtone.generate(
from: "task-abc-123",
appIdentifier: "ca.lucianlabs.myapp"
)
try wav.write(to: soundURL)
VIEW ON GITHUB →