Reference   Language | Libraries | Comparison | Changes

GSM : GSMVoiceCall class

enableI2SInput()

Description

Enables I2S communication between the microcontroller and the radio module. Any audio sent over I2S will be played over the voice call

Syntax

voice.enableI2SInput(sampleRate)

Parameters

  • sampleRate: the I2S data sample rate to use

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.