Issues while running both AnalogAudioStream and I2SStream #1592
-
BriefI am currently trying to
I have been able to successfully run both individually, but am facing issues while setting up both in the same code. (Note: Both streams won't be running at the same time, but one after the other.) System Details
Microphone Config
Speaker Config
Note: At all points Microphone config is declared/defined before Speaker Some Info
|
Beta Was this translation helpful? Give feedback.
Answered by
pschatzmann
Jun 13, 2024
Replies: 1 comment
-
The internal DAC is using the I2S port 0, so you can't use it for a second I2S ! |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
pschatzmann
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The internal DAC is using the I2S port 0, so you can't use it for a second I2S !
Or in other words: you forgot to specify the port in your Micorphone config with: config.port = 1;