I downloaded a WAV clip from freesound and ran into an issue where the sound would click when stopped.
I found that setting volume to 0 instead of AudioSource’s Stop() did the trick for me (based on this thread), but was wondering if others ran into the same problem.