From ebf05a2239eaded68a17bb417a4fbbb4ca431849 Mon Sep 17 00:00:00 2001 From: Nick Kohrn Date: Sat, 6 Apr 2024 12:13:48 -0400 Subject: [PATCH] [README] Fix Sound Effect Feedback Documentation (#64) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index da78233..866b4b1 100644 --- a/README.md +++ b/README.md @@ -216,7 +216,7 @@ static func shine(angle: Angle, duration: Double = 1.0) -> AnyChangeEffect Triggers a sound effect as feedback whenever a value changes. -This effect will not interrupt or duck any other audio that may currently playing. It may also not triggered based on the setting of the user's silent switch or playback device. +This effect will not interrupt or duck any other audio that may be currently playing. This effect is not guaranteed to be triggered; the effect running depends on the user's silent switch position and the current playback device. To relay important information to the user, you should always accompany audio effects with visual cues.