You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If disk writes are slow or delayed, DiskOut can easily corrupt a recording. A separate IO thread should be used, with reads (DiskIn) and write (DiskOut) requests queued and performed asynchronously. Possibly the supernova implementation can be borrowed or adapted.
The text was updated successfully, but these errors were encountered:
You're right - I reviewed your change and the disk io ugens as they are and I don't know if there's more improvement to be had, barring specific performance bugs.
If disk writes are slow or delayed, DiskOut can easily corrupt a recording. A separate IO thread should be used, with reads (DiskIn) and write (DiskOut) requests queued and performed asynchronously. Possibly the supernova implementation can be borrowed or adapted.
The text was updated successfully, but these errors were encountered: