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
This works as expected, except that I get (expt 2 18) frames of silence before the actual recording begins. Is there a way to make the disk-writing start from the beginning, or would there be a way to automatically chop off the silence in the beginning? Luckily it seems to be a predictable amount, so should be able to solve this programmatically, possibly even using an external utility like sox... Of course, I'd prefer to get it right without tampering with the files afterwards.
The text was updated successfully, but these errors were encountered:
If identical sclang code exhibits the same symptoms, it's likely a SuperCollider issue and cannot be resolved here. If time allows, I will quickly test it in sclang.
Following the README I have written these functions to record and stop recording from the main output:
This works as expected, except that I get
(expt 2 18)
frames of silence before the actual recording begins. Is there a way to make the disk-writing start from the beginning, or would there be a way to automatically chop off the silence in the beginning? Luckily it seems to be a predictable amount, so should be able to solve this programmatically, possibly even using an external utility like sox... Of course, I'd prefer to get it right without tampering with the files afterwards.The text was updated successfully, but these errors were encountered: