what's the difference between I2SStream out; AudioKitStream out; ? #474
-
Hi Phil, Just getting into understanding you libraries and I very much appreciate the work you have done. I've been trying to use my Lyrat board ´with i2s and while i can get it to work with AudioKitStream out; the default setting for I2SStream out doesn't seem to playback anything. I've got one of the Maximillian examples running now using All the best |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 1 reply
-
AudioKitStream is basically I2SStream with some additional logic to set up the codec. |
Beta Was this translation helpful? Give feedback.
-
not having any luck to get output via I2SStream out; |
Beta Was this translation helpful? Give feedback.
-
Of cause I2SStream will not work! These boards only work when the audio chip is configured in accordance with the i2s settings... |
Beta Was this translation helpful? Give feedback.
AudioKitStream is basically I2SStream with some additional logic to set up the codec.
I didn't notice any issues: Did you set the logger to Warning ?