Replies: 1 comment 4 replies
-
I2S is a standard. This works with any I2S codec. Whether or not your codec needs additional configuration using other methods (e.g. I2C) to put it into I2S mode and set it up for the right pins, clocks, speed, etc. is another story. None of that for any codec is done by this library. But once you put the codec in I2S compatible mode, this library should handle the audio streams to and from the RP2040 for any of them. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi and thanks for this library!
Could you tell me what codecs you've tested this with or would recommend?
I'm currently playing with the Teensy Audio Adapter, which has a sgtl5000 on board.
The sgtl5000 is a bit of a beast and the only library I can see for it is PRJC's C++ Arduino
library which would need some massaging.
The goal is to make an add-on board for the Pico which would have a bi-directional i2s
codec on board.
Beta Was this translation helpful? Give feedback.
All reactions