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

Add tests for 'audio_fadein' FX #1574

Merged
merged 4 commits into from
May 21, 2021
Merged

Conversation

mondeja
Copy link
Collaborator

@mondeja mondeja commented May 21, 2021

  • Refactored audio_fadein to improve performance.
  • Fix mono clips crashing when audio_fadein FX applied.
  • Add support to pass duration parameter as time format (AA:BB:CC, tuples...).
  • Add tests (contributes to Add more tests #1355).
  • Document it properly.
  • I have provided code that clearly demonstrates the bug and that only works correctly when applying this fix
  • I have added suitable tests demonstrating a fixed bug or new/changed feature to the test suite in tests/
  • I have properly documented new or changed features in the documentation or in the docstrings
  • I have properly explained unusual or unexpected code in the comments around it

@mondeja mondeja added tests Related to individual tests in the test suite or running the test suite. audio Related to AudioClip, or handling of audio in general. bug-fix For PRs and issues solving bugs. fx Related to advanced effects applied via clip.fx(), or effects in general. labels May 21, 2021
@coveralls
Copy link

coveralls commented May 21, 2021

Coverage Status

Coverage increased (+0.3%) to 68.911% when pulling 75db466 on mondeja:audio_fadein-tests into 5cca162 on Zulko:master.

@mondeja mondeja mentioned this pull request May 21, 2021
@mondeja mondeja merged commit b330dbe into Zulko:master May 21, 2021
@mondeja mondeja deleted the audio_fadein-tests branch May 24, 2021 07:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
audio Related to AudioClip, or handling of audio in general. bug-fix For PRs and issues solving bugs. fx Related to advanced effects applied via clip.fx(), or effects in general. tests Related to individual tests in the test suite or running the test suite.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants