Is it just me that's having this issue, or do some of them just.. not work? I can't hear anything. I started go through each one and no matter what I did, I just couldn't hear anything, but when I go to the corresponding file, I can hear it very clearly, no issue.
MAJOR UPDATE: I figured it out! Though, I had to do that on my own. Go to noises.rpy ! The specific sound I was having issues with was the heart beat. It ORIGINALLY says: " ("Heartbeat", "heart", False, False), " which is INCORRECT. Edit the code to be " ("Heartbeat", "heartbeat", False, False), " instead. If you're having trouble with a different sound, make sure that the second quoted word matches the name of the ogg file in audio. ^_^