You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Removes the unused import for audioop. It was officially deprecated in Python 3.11 and removed in Python 3.13 as part of PEP 594. This was causing errors on plugin load for Python 3.13+. (#11)