Sound.TotalSamples
int TotalSamples{ get }
Description
This will return the total number of audio samples used by the sound! StereoKit currently uses 48,000 samples per second for all audio. For stream sounds this is everything ever written. Against a playing SoundInst.Cursor, the difference is how much audio is queued ahead of that voice’s playback.
Found an issue with these docs, or have some additional questions? Create an Issue on Github!