Page MenuHomeFeedback Tracker

.ogg playback with say3D bugged
New, NormalPublic

Description

Playing vanilla .ogg sounds with say3D results in an extremely sped up playback (with regular pitch).

Details

Severity
Minor
Resolution
Open
Reproducibility
Always
Operating System
Windows 7
Category
Scripting
Steps To Reproduce
//description.ext
class CfgSounds
{
	sounds[] = {};
	class test1
	{
		name = "test1";
		sound[] = {"@a3\dubbing_f_heli\mp_groundsupport\01_PlayerBriefing\mp_groundsupport_01_playerbriefing_BHQ_2.ogg", db+0, 1.0};
		titles[] = {0,""};
	};
};

//in mission
player say3D "test1"

Event Timeline

theend3r created this task.May 31 2017, 8:49 PM
theend3r edited Steps To Reproduce. (Show Details)May 31 2017, 8:52 PM
theend3r updated the task description. (Show Details)