How do I use the PCM1808 with this library? and is there a way to switch inputs? (e.g. switching from A2DP to the adc to act as an wired audio input) #1796
-
How do I use the PCM1808 with this library? and is there a way to switch inputs? (e.g. switching from A2DP to the adc to act as an wired audio input) |
Beta Was this translation helpful? Give feedback.
Answered by
pschatzmann
Nov 16, 2024
Replies: 1 comment
-
As you can see in my Wiki, I have never used the PCM1818. So read it's datasheet so that you know how to use it!
If you have one AudioSink and multiple sources, just make sure that only one of them can write! And finaly you were supposed to read the other discussions about this topic |
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
As you can see in my Wiki, I have never used the PCM1818. So read it's datasheet so that you know how to use it!
Here are a couple of key points:
If you have one AudioSink and multiple sources, just make sure that only one of them can write!
And…