defaultSpeedValue

Path: rsConf.general.defaultSpeedValue

Default: 100

Description: This is the default speed value sent to ReadSpeaker. This value is equal to the medium speed setting. Slow will be 25 units lower, relative to this default value and fast will be 25 units higher.

Example:

window.rsConf = {
	general: {
		defaultSpeedValue: 100
	}
};