kmatheussen / jack_capture

A program for recording soundfiles with jack
http://www.notam02.no/arkiv/src/
Other
75 stars 28 forks source link

xrun notificaion #14

Closed x42 closed 11 years ago

x42 commented 11 years ago

I found a recording made with jack_capture (on a headsless system) with an audio discontinuity. I checked the log and jack_capture reported no errors... weird.

So I scratched my head and found that overruns reported by jack-capture are actually not JACK x-runs but only jack_capture internal buffer overruns...

kmatheussen commented 11 years ago

Thanks!