usb_4_mic_array
usb_4_mic_array copied to clipboard
Updated `tuning.py` so it works with Python >=3.2
Same issue as occurred in this other Github repo
Essentially, Python3.9 removed the function tostring() and we now need to use tobytes().
The change also includes a check for the minor version to run the new tobytes() function if we run in 3.2 or higher.
I hope this helps a little and addresses at least this one forum post.
works on my machine
LGTM. Approved.
thank you a lot