Automatic volume control

From DISE KnowledgeBase

Jump to: navigation, search

DISE Probe can automatically control the Volume of the player PC at set times during the week.

Configuration is done directly in a settings file, start with creating a VolumeControl.ini file (see example at the bottom) with the days and time that you want the volume to change, and then you select to use this file on the Files Tab, under Volume Control.

If this file is updated it will automatically be reloaded, so you can put the file on the server and have Probe download the file using a download location.

Probe Settings Files.png

Example VolumeControl.ini file

Volume is specified between silence (0) and maximum (65535).

The default volume in this example is silence.

Example.png Example:

Version=1
Project="DISE Probe Volume Control"
VolumeControls
{
	DefaultVolume=0
	VolumeDay
	{
		Name="Wednesdays"
		Date="Wednesday"
		Volume
		{
			Time="0700" 
			Volume=1000
		}
		Volume
		{
			Time="1000"
			Volume=32768
		}
		Volume
		{
			Time="1600"
			Volume=65535
		}
		Volume
		{
			Time="2000"
			Volume=0
		}
	}
}