more debugging info

added buffer length to multimode test to see why it takes so much time
This commit is contained in:
dj2ls 2021-12-13 22:03:56 +01:00
parent cd8f522f85
commit af99e53ec7

View file

@ -122,7 +122,7 @@ for m in modes:
# and at least print the needed time to see which time we needed
timeneeded = time.time()-starttime
print(f"time: {timeneeded}", file=sys.stderr)
print(f"time: {timeneeded} buffer: {len(txbuffer)}", file=sys.stderr)
# and at last check if we had an openend pyaudio instance and close it