Using AudioIn
to grab the sound card but the default latency is causing a noticeable delay. Half the default, or 40ms would be great. Anyone know how to configure this, preferably on the processing side and not the Windows 10 side?
2 Likes
You could try using the minim library instead and see if it has better latency. Processing Sound is a simplified interface based on JSyn, so you could also try configuring that directly.