Menu

#33 Audio capture with PortAudio 19 on Linux Alsa broken

open
nobody
None
5
2015-03-07
2015-03-07
Jan Breuer
No

Stable version and latest HG version have problem with audio capture on linux.

Solution for this is very easy, just to rise input latency to something more realistic in inputdev_audio.cpp

set fixed value

inStreamParm.suggestedLatency = 0.08;

or set multiply of pdi->defaultHighInputLatency.

inStreamParm.suggestedLatency = pdi->defaultHighInputLatency * 4;

defaultHighInputLatency*2 is also OK for my computer.

Need more testing on other OS

Discussion


Log in to post a comment.