-
Notifications
You must be signed in to change notification settings - Fork 305
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Have library power to SPDIF out? #616
Comments
No, I don't have the possibility to test this either. |
Ofcourse i dont ask your code, but your meaning. Too question is how is max samplerates for every your codecs... |
The samplerates depends on the source, max is 48KHz, bitrate max 320Kbit/s |
This is clean, but exist hires radio 96kHz/24bit 1300kbit i ask if you have tested ESP32 limits? |
No, we are not travelling in the Hi End range with this hardware, max is 16 bit/sample |
I use spdif code on other project, but here for speedup test can you help where in your code i can set data buffer callback for fill spdif instead i2s out. |
There are two events that can be used to decouple the PCM data: |
Maybe i dont ask clean, but i require spdif INSTEAD i2s, then require in your class replace all part that work with i2s and only send to spdif. Or maybe simpler is implement in the middle converter audio to spdif frames and double sample rate. Because spdif code in real use i2s to output signal. |
I implement SPDIF and test it now, but i use too lvgl and when i place in loop |
@schreibfaul1 i test more and corruption in audio is on AAC station. ANy tip? I use task on core 0 now |
What you mean can I2S to SPDIF sw code be used here?
The text was updated successfully, but these errors were encountered: