Running Debian 8, Audacity 2.0.6. (Current version that ships with Debian)
I have a Presonus Audiobox USB. I can record one track via Audacity without issue.
Trying to record a second track, it randomly records between 0 and 0.1 second of time and prints to the terminal:
Code: Select all
ALSA lib pcm.c:7843:(snd_pcm_recover) underrun occurred
Expression 'err' failed in 'src/hostapi/alsa/pa_linux_alsa.c', line: 3355
Expression 'ContinuePoll( self, StreamDirection_In, &pollTimeout, &pollCapture )' failed in 'src/hostapi/alsa/pa_linux_alsa.c', line: 3881
Expression 'PaAlsaStream_WaitForFrames( stream, &framesAvail, &xrun )' failed in 'src/hostapi/alsa/pa_linux_alsa.c', line: 4253Another thing to note: I can play back sound on the "default" device no problem, the issue only occurs if default is selected for playback and I try to record a second track while listening to the first.
Thank you so much!