mic_array icon indicating copy to clipboard operation
mic_array copied to clipboard

mic_array.py requires import queue as Queue

Open cipy opened this issue 4 years ago • 2 comments

cipy avatar Sep 06 '20 15:09 cipy

Change line 4 of mic_array.py to:

import queue as Queue

drinkspiller avatar Mar 01 '22 18:03 drinkspiller

py3 queue py2 Queue

tianrking avatar Sep 28 '22 03:09 tianrking