arduino-audio-tools
|
Simple exponentional volume control using the formula pow(2.0, input) - 1.0;. More...
#include <VolumeControl.h>
Public Member Functions | |
virtual float | getVolumeFactor (float volume) |
determines a multiplication factor (0.0 to 1.0) from an input value (0.0 to 1.0). | |
Protected Member Functions | |
virtual float | limit (float in) |
limits the output to the range of 0 to 1.0 | |
Simple exponentional volume control using the formula pow(2.0, input) - 1.0;.