Index

A B C D E F G I L M O P R S T U V 
All Classes and Interfaces|All Packages|Constant Field Values

E

EXP_60dB - Enum constant in enum com.adonax.audiocue.AudioCueFunctions.VolType
Represents an amplitude function that best maps to the geometric curve of human hearing, but at a higher computational cost than EXP_X4.
EXP_X2 - Enum constant in enum com.adonax.audiocue.AudioCueFunctions.VolType
Represents an amplitude function that tends to result in most of the perceived amplification taking place in the lower numerical range, but less so than the LINEAR function.
EXP_X3 - Enum constant in enum com.adonax.audiocue.AudioCueFunctions.VolType
Represents an 'intermediate' amplitude function that is somewhat louder in the lower numeric range than EXP_X4, but quieter in the lower numeric range than EXP_X2.
EXP_X4 - Enum constant in enum com.adonax.audiocue.AudioCueFunctions.VolType
Represents an amplitude function that is commonly used to map the linear values ranging from 0 (silent) to 1 (full volume) to volume factors that approximate the geometric curve of human hearing.
EXP_X5 - Enum constant in enum com.adonax.audiocue.AudioCueFunctions.VolType
Represents an amplitude function with enhanced sensitivity to volume changes occurring in the upper numerical area between 0 (silent) and 1 (full volume) The mapping function is calculated as follows: f(x) = x * x * x * x * x
A B C D E F G I L M O P R S T U V 
All Classes and Interfaces|All Packages|Constant Field Values