Theodore Chang
Theodore Chang
Thank you very much for swift response. Please check the attached screenshots.  
What I have as the default output is Sony WH-1000XM3, when disconnected, v1.8.8 works fine. When connected it does not work. v1.8.7 works with no issues regardless of headphone connection.
Overwriting the portaudio plugin portaudio.dll with the old version does solve the problem. Then it is a problem of upstream I presume.
The two `portaudio.dll` files have different sizes, not sure if they are the same version. Overwriting `portaudio.dll` alone does not actually solve the problem, the previously claim is false. It...
Exactly it happens in headset mode. > EDIT: I see that libportaudio filename changed. I managed to reproduce the issue with my bluetooth headset, but only in headset mode; in...
On my machine, this one is better than the other one.🤣🤣🤣 Anyway, guess I created some extra work for you.
I do not think this PR fixes the problem, after applying the changes, now exception is thrown on Line 185 ``` line 185, in _get_required_interactive_framework if not hasattr(backend_mod.FigureCanvas, "required_interactive_framework"): AttributeError:...
One more check needs to be added: ``` def _get_required_interactive_framework(backend_mod): if not hasattr(backend_mod, 'FigureCanvas') or not hasattr(backend_mod.FigureCanvas, "required_interactive_framework"): _api.warn_deprecated( "3.6", name="Support for FigureCanvases without a " "required_interactive_framework attribute") return None...
> I don't believe the latter check was implemented. No, it's not.
It is possible to make shape function related funtions as methods of element class. The result can be cached based on the input coordinates. I can make the changes if...