GABowers

Results 1 issues of GABowers

I've just tried the following script on my Raspberry Pi: ```import alsaaudio, time, numpy if __name__ == "__main__": fs = 192000 channels = 2 period = int(fs * 0.005) devices_capture...