Shawn

Results 8 comments of Shawn

Something that might be worth running, since Reaper seems not to properly understand any of the dataclasses decorators: ``` from dataclasses import dataclass @dataclass class Test: test_var: int @classmethod def...

Windows shows the correct default speaker, and doesn’t list the disconnected one as an option. Weirdly, calling `all_speakers()` returns the correct list - no Bluetooth headphones if they’re disconnected, even...

I’ll test this within a few days and find out.

Tried to reproduce the error, not having any luck even on a fresh restart. Nothing about my code has changed and I haven't updated python or any packages. I tested...

Thanks, knowing to check into WASAPI narrows it down for me and hopefully I’ll be able to find the issue. I’m actually using soundcard to monitor loopback and run an...

Sorry in advance, I think this is probably a stupid question with a simple answer. I've made a branch with some changes that enable the callback you mentioned, and it...

That was one of the first things I tried, but I got the same crash without an error. I narrowed down the cause of the error to the `with self._lock_mainloop:`...

Thanks for the answer! I’m hoping that I’ll have the time to work on these, but it definitely won’t be soon.