Skip to content

Updated Arduino Audio Tools/AudioKit/Maximilian questions #1105

Answered by pschatzmann
coatsiecoates asked this question in Q&A
Discussion options

You must be logged in to vote

It can be anything:

  • input (=RX_MODE)
  • output (=TX_MODE)
  • input and output (RXTX_MODE)

That's bascially a feature of I2S which can be douplex!

AudioKitStream kit; // Access I2S as stream
StreamCopy copier(kit, kit); // copy kit to kit

Just defines that we copy the selected input (device) from the AduioKit (e.g. microphone) to the selected output of the AudioKit (e.g. speaker)

Replies: 5 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by pschatzmann
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants