Skip to content

Commit

Permalink
Fix sound effect feedback documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
nickkohrn committed Mar 29, 2024
1 parent 392ad0d commit 290f70b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 currently playing. The sound effect may not be triggered, depending on the setting of the user's silent switch or playback device.

To relay important information to the user, you should always accompany audio effects with visual cues.

Expand Down

0 comments on commit 290f70b

Please sign in to comment.