Hi, On Mar 06 10:48:06, em...@kollof.nl wrote: > I was wondering if people with USB audio interfaces have the same issue > as me. When using the microphone of my usb audio interface, the recorded > audio starts to stutter/pop, indicating buffering problems, usually when > I do something that causes a bit of load on the system (e.g. starting a > browser). A good example of this happening is here: > https://youtu.be/Vbi5f1SlXZw?si=5pjaMI4aAf6Luewx&t=380 (at the 6:20 > mark, the link should take you there)
I don't have this problem with any of my USB audio inerfaces. How exactly are you recording this audio/video? Can you replicate the problem with plain aucat -o? I would suspect the recording software rather than tha audio subsystem itself, and it buffers etc. At any rate, try to do the same with sndiod -ddd running in a script(1) and show the results: any xruns will be reported there. > This also happens while videoconferencing with platforms like Teams and > Jitsi meet. The remote end claims I sound like a 'robot'. Again, there are layers betwenn sndiod and what Teams and Jitsi are doing (inside a browser I suppose? Which browser? Every browser?). > Oh this happens on both stable (7.6) and -current. Also updated to the > latest snapshot which shows the same behaviour. > sndiod_flags=-s default -m play,mon -s mon -r 48000 -b 24000 When you record audio with aucat -o, or sox's rec(1), or any other _audio_ program, do you see the same problem? With these sndiod flags or the defults? Jan