arduino-audio-tools
|
Abstract class for handling of the linear input volume to determine the multiplication factor which should be applied to the audio signal. More...
#include <VolumeControl.h>
Public Member Functions | |
virtual float | getVolumeFactor (float volume)=0 |
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 | |
Abstract class for handling of the linear input volume to determine the multiplication factor which should be applied to the audio signal.