Catty Steve
Catty Steve
KDE screen locker is not trying to run howdy as root, so changing permission could solve the issue. `sudo chmod -R 755 /usr/lib/security/howdy` Maybe it's not so secure though.
It seems that this repo is not compatible with ESP-IDF 5.x, maybe some code should be changed.
+1,今天也遇到了相同的问题
Kinda good work, however I've found some issues when stopping playback: ``` *** pw_stream_destroy called from wrong context, check thread and locking: Operation not permitted *** impl_ext_end_proxy called from wrong...
Also, the buffer size must be set very high(8192 on my machine) to have a fluent playback (512 is sufficient for SDL2 backend). Maybe performance issue?