Skip to content

Commit bb97b1d

Browse files
committed
Comments
1 parent e04cd64 commit bb97b1d

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

examples/examples-basic-api/base-i2s-a2dp/base-i2s-a2dp.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
#include "AudioTools.h"
1313

1414
/**
15-
* @brief We use a ADS1015 I2S microphone as input and send the data to A2DP
15+
* @brief We use a INMP441 I2S microphone as input and send the data to A2DP
1616
* Unfortunatly the data type from the microphone (int32_t) does not match with the required data type by A2DP (int16_t),
1717
* so we need to convert.
1818
*/

examples/examples-stream/streams-i2s-a2dp/streams-i2s-a2dp.ino

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@
1212

1313
#include "AudioTools.h"
1414

15-
16-
1715
I2SStream i2sStream; // Access I2S as stream
1816
A2DPStream a2dpStream = A2DPStream::instance(); // access A2DP as stream
1917
StreamCopy copier(a2dpStream, i2sStream); // copy i2sStream to a2dpStream

0 commit comments

Comments
 (0)