You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Nice project! I was wondering whether an ESP8266 would be up to this job, and came across your work. Personally, I'd like to get some higher quality. For this, I'm thinking to use a PT8211 DAC, which should give much better quality, while it is still really cheap.
However, I note that you set bitrate to 33kps, specifically, and I can only guess that you hit some limit at this point. Is that correct? Do you have any insights on where the bottleneck is at? Is it:
the I2S bus itself
the CPU load for PWM coding
the networking?
For 1) and 2), using an external DAC should allow me to get around the limit, easily. For 3) it would be a different story.
Thanks!
The text was updated successfully, but these errors were encountered:
Nice project! I was wondering whether an ESP8266 would be up to this job, and came across your work. Personally, I'd like to get some higher quality. For this, I'm thinking to use a PT8211 DAC, which should give much better quality, while it is still really cheap.
However, I note that you set bitrate to 33kps, specifically, and I can only guess that you hit some limit at this point. Is that correct? Do you have any insights on where the bottleneck is at? Is it:
For 1) and 2), using an external DAC should allow me to get around the limit, easily. For 3) it would be a different story.
Thanks!
The text was updated successfully, but these errors were encountered: