Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FR] "fade" option #8

Open
ildar opened this issue Jul 24, 2017 · 3 comments
Open

[FR] "fade" option #8

ildar opened this issue Jul 24, 2017 · 3 comments

Comments

@ildar
Copy link

ildar commented Jul 24, 2017

The --once option is important yet incomplete. Cutting song this way isn't good-sounding.
The good way to do it:

  1. play a loop N times
  2. play M seconds after that
  3. play O seconds after (2) with fade from 100% vol to 0% vol

Shouldn't be complicated to code but can result in the great tool to make (wave) demos out of source adlib files.

@Malvineous
Copy link
Member

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!

@ildar
Copy link
Author

ildar commented Jul 24, 2017 via email

@mwoehlke
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants