Reference   Language | Libraries | Comparison | Changes

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);

See also

Reference Home

Corrections, suggestions, and new documentation should be posted to the Forum.

The text of the Arduino reference is licensed under a Creative Commons Attribution-ShareAlike 3.0 License. Code samples in the reference are released into the public domain.