David Jun
David Jun
Yes, here is the final code. Thank you for your help. ```python import numpy as np import queue import sys import threading buffersize = 3 clientname = "ImpedanceTubeTest2" q =...
Hi, don't you have any further clues? I am trying to record about 2 seconds of audio, so I could probably use the "direct" method @HaHeho mentioned, but how exactly...
Thanks for your answer! Now I'll try my best and may return with some more specific questions in the near future.
So I have an example using `soundfile`. It worked first few times, but now it throws an XRun and nothing is recorded at all. I don't know what the XRun...
Thank you for your response. The error seems to be related only to my code or maybe to the debug mode of VSCode, it is probably not related to the...
All questions resolved, thank you :).