arduino-audio-tools
|
Supports the setting and getting of the volume. More...
#include <AudioTypes.h>
Public Member Functions | |
virtual bool | setVolume (float volume) |
define the actual volume in the range of 0.0f to 1.0f | |
virtual float | volume () |
provides the actual volume in the range of 0.0f to 1.0f | |
Protected Attributes | |
float | volume_value = 1.0f |
Supports the setting and getting of the volume.