malbarbo changed the title Calling float.__add__ with two integer is valid Calling float.__add__ with an integer as first argument is valid Apr 2, 2024 ...
I am attempting to use pyaudioop as a replacement for audioop which is deprecated and slated for removal in Python 3.13 I am using the rms method to get a volume level. I found an issue here #725 that ...