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
We'd have to add a new option for this as a number of people don't like fade out loops, and a few of the formats would need fixing as they loop forever even with --once. But if you're willing to submit a patch that implements a --fadeout option then we will be happy to accept it!
I'd like this also, but I disagree that fading "Shouldn't be complicated to code". Do you want a linear fade? Logarithmic? S-curve? Are you sure you want it to start right at the loop?
IMHO it makes much more sense to just have a loop count and use an external tool (e.g. Audacity) to apply the fade. Or at least start with that.
I have a somewhat ugly patch for this I'll try to push.
The
--once
option is important yet incomplete. Cutting song this way isn't good-sounding.The good way to do it:
N
timesM
seconds after thatO
seconds after (2) with fade from 100% vol to 0% volShouldn't be complicated to code but can result in the great tool to make (wave) demos out of source adlib files.
The text was updated successfully, but these errors were encountered: