respeaker / usb_4_mic_array

ReSpeaker 4 Mic Array with builtin VAD, DOA, AEC, Beamforming & NS
https://www.seeedstudio.com/ReSpeaker-Mic-Array-v2.0-p-3053.html
Apache License 2.0
142 stars 66 forks source link

Modified the usb_4_mic_array python library to be Python 3+ compatible #72

Open scgreenhalgh opened 8 months ago

scgreenhalgh commented 8 months ago

With the deprecation of Python 2.7 this repo should be modified to be Python 3+ compatible.

For this pull request, I have modified all the Python scripts to make it Python 3+ compatible. This was tested on Python 3.10 and 3.11 but should be compatible with all Python 3.x versions