Page MenuHomeFeedback Tracker

EffectSound has no means to get the length of the sample.
Assigned, UrgentPublic

Description

The EffectSound has no means to get the length of the sample from the soundwaveobject. It would be nice to have this without modding EffectSound to get it.

modded class EffectSound {
	float GetLength() {
		return m_SoundWaveObject.GetLength();
	}
}

Details

Severity
Feature
Resolution
Open
Reproducibility
Always
Operating System
Windows 10 x64
Category
General

Event Timeline

antihax created this task.Jul 24 2023, 3:11 PM
Geez changed the task status from New to Assigned.Jul 25 2023, 11:26 AM