Replies: 3 comments
-
Oh, I am surprised: I was sure that an ESP32 could not receive SPDIF. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Yea, I can do that |
Beta Was this translation helpful? Give feedback.
0 replies
-
The SPDIFInputESP32 class has been added to the spdif branch. I will merge it to main when you confirm that it is working... |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have written an SPDIF input module for the ESP32 using RMT to get pulse timings and decoding it into normal PCM
I wrote it with esp-idf. It is going to be esp32-specific. I wrote it on an esp32s3, I believe it should work on any esp32 with RMT
I'm running it on one core basically by itself
https://github.com/netham45/esp32-scream-receiver/tree/spdif/main/sender/spdif_in
Your tools came to mind as something that might find it useful
Beta Was this translation helpful? Give feedback.
All reactions