-
Notifications
You must be signed in to change notification settings - Fork 46
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
No line out, only headphone working on an ESP32 A1S audiokit board, V2.2 A149, ES8388, 2974 #117
Comments
glad to read you managed to compile cspot. i can reproduce your lineout 'experience'. you can test euphonium: https://github.com/feelfreelinux/euphonium cspot is integrated there and line out is working over there (but no headphone...). But it's more difficult to get it up an running if you are using a windows pc. For a deep dive in you can compare the slightly different drivers: line out not working / headphone working: line out working / headphone not working: the necessary registers are described here: i would be glad if we could get lineout working. |
Thanks for the hint. I gave Euphonium a try. |
Release v0.2.1 with a fix. I'd love to hear feedback about stability! I'm trying to speed up the development of euphonium currently to resolve such issues. |
Thanks for the new release, v0.2.1 is running now on my audiokit board. Bluetooth seems to be better, with 0.1.5 no connection was possible. But cspot still seems to be unstable. When surfing through different songs, playing every song for some seconds, after the fifth song or so, cspot crashes. |
thanks for feedback! Can you provide me with the songs / playlists where the software crashes? |
I think it is not related to any song or playlist. I really get it quite soon when I try to reproduce it. Just take any album and jump around in the songs. Sometimes it is needed to change the album, but I can reproduce it in less than a minute. With cspot I get something like this: Core 1 register dump: Backtrace:0x400fd069:0x3f8233f00x400fd22a:0x3f8234c0 0x400fd5b9:0x3f823700 0x400fb7a9:0x3f823770 0x400f83ce:0x3f8237b0 0x400f8896:0x3f823800 0x400f8eaf:0x3f823820 0x400ec1a1:0x3f823850 0x400e8ce9:0x3f8238d0 0x400d86d6:0x3f823920 In euphonium I get something like this (core dump shortened) abort() was called at PC 0x4009bfac on core 0 Backtrace:0x40082489:0x3f84aa600x400968e9:0x3f84aa80 0x4009c365:0x3f84aaa0 0x4009bfac:0x3f84ab10 0x4009c09b:0x3f84ab30 0x400828d5:0x3f84ab50 0x4009c485:0x3f84ab70 0x401433a2:0x3f84ab90 0x4013e7c6:0x3f84abf0 0x4013e936:0x3f84ac90 0x40139a37:0x3f84acc0 0x4013b6e2:0x3f84ace0 0x401320f2:0x3f84ad60 0x401321fe:0x3f84adf0 0x400dae86:0x3f84ae10 ELF file SHA256: 7733f97eac86787c I (17892) esp_core_dump_uart: Press Enter to print core dump to UART... |
ok, new master should improve stability. will make proper release this wekend. |
Already tried it with cspot. A lot better, no more crashes so far, thanks!
|
Hi,
I successfully compiled and flashed cspot on an ESP32 A1S audiokit board, V2.2 A149, ES8388, 2974.
So far everything works well, I can connect and play Spotify. Great!
But only headphones are working, line out is not working.
Is there anything I can do about this?
Thanks in advance
Klaus
The text was updated successfully, but these errors were encountered: