ArduinoSound - AudioOutI2S.volume()

Description

Set the playback volume of the input

Syntax

AudioOutI2S.volume(level);

Parameters

level: volume level to set between 0.00 and 100.0 as a percentage

Returns

None

Example


  // adjust the playback volume
  AudioOutI2S.volume(5);