When !Record turns on the first time, it will give you the duration from the start of the Sound. Every subsequent time !Record turns on, it will give you the time since the previous time !Record turned on.
Here's one way to get the behavior you want:
(!Record countTriggers gt: 1) true: !Record durationBetweenTriggers false: 0