Lucas Modolo

Results 20 comments of Lucas Modolo

I'm testing on Windows, so Idk. Ok, so could you help me to debug it? On line 182 in audeze_maxwell.c file, add this code and send me what gets printed,...

Yeah, ofc. https://gist.github.com/ModoloDev/5b064a592f87b31a441074d1e5ee6735 Oh, and I was thinking... How frequently does your gnome extension query? That could be the problem.

So it won't work. I'd need it to be debugged. 5 min intervals shouldn't be a problem. I'm using a windows extension (https://github.com/LeoKlaus/HeadsetControl-GUI) with 30s intervals. Maybe it's querying with...

Yeah, you're right. In the docs, there's a debugging section - https://github.com/ChrisLauinger77/gnome-shell-extension-HeadsetControl/tree/v48.13?tab=readme-ov-file#debugging Could you send me the result of that, please?

Caching or just not spamming/sending too often. But, yeah, unfortunately Audeze Maxwell firmware has some limitations. Every packet sent to it must be in a ~60ms interval, and unlike other...

@Sapd, I’ve fixed this in the latest commit for #412. I think it would be a good idea to test the changes in various scenarios to prevent unexpected side effects,...

> Seems very consistent now, I can put it in a while; true loop and it will output correctly _most_ of the time, but that's pushing it. > > Edit:...

Hi, @sirshurf. hidapi isn't installed. Try `apt-get install build-essential git cmake libhidapi-dev`

@sirshurf, idk if that is the problem, but audeze_maxwell.c is including the hidapi header with `#include "hidapi.h"` instead of `#include ` I've fixed it in a fork, could you test...

> Yep > > libhidapi-dev is already the newest version (0.9.0+dfsg-1). Oh, I see what’s happening. The latest versions isn't 0.9.0, it's [0.15.0](https://github.com/libusb/hidapi/releases/tag/hidapi-0.15.0) `hid_get_input_report` was implemented in [0.10.0](https://github.com/libusb/hidapi/releases/tag/hidapi-0.10.0)