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
For out-of-the-box compatibility with V1 code the V2 implementation of audio.play(return_pin=...) should ignore the value instead of throwing an error:
>>> audio.play(audio.AudioFrame(), return_pin=pin2)
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
ValueError: return_pin not supported
>>>