ensnare-org / ensnare-v1

A library for generating digital audio.
https://ensnare.me
Other
2 stars 1 forks source link

Loading Sampler causes audio buffer underruns #12

Open sowbug opened 5 months ago

sowbug commented 5 months ago

This is because of two problems. First, the I/O is synchronous. Second, we're grabbing the global Project lock while waiting for it to complete.

Solve that.