You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Text("Local-first BYOK sound material system. The app launches a localhost daemon, stores provider keys in macOS Keychain, keeps mock mode available, and writes generated sounds into the local ORAM Library.")
1399
+
Text("Local-first BYOK sound workstation. The macOS app controls the Python engine through a localhost daemon, stores provider keys in macOS Keychain, keeps Local Mock available, and writes generated sounds into the local ORAM Library.")
1400
1400
.font(.system(size:12, design:.monospaced))
1401
1401
.foregroundStyle(DashboardTheme.dim(theme))
1402
1402
.fixedSize(horizontal:false, vertical:true)
1403
1403
1404
+
Text("macOS: quit sends kill-all audio first, then stops any daemon process launched by the app. The kill control stops recording and command capture, mutes every layer, and discards pending generation output.")
0 commit comments