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

Audio effects #700

Merged
merged 11 commits into from Jul 21, 2021
Merged

Audio effects #700

merged 11 commits into from Jul 21, 2021

Conversation

BrennoCaldato
Copy link
Collaborator

@BrennoCaldato BrennoCaldato commented Jul 10, 2021

Adding new audio effects to Openshot

  • Compressor: Reduce the volume of loud sounds or amplify quiet sounds.
  • Delay: Adjust the synchronism between the audio and video track.
  • Distortion: Alter the audio by clipping the signal.
  • Echo: Reflection of sound with a delay after the direct sound.
  • Expander: Louder parts of audio becomes relatively louder and quieter parts becomes quieter.
  • Noise: Random signal having equal intensity at different frequencies.
  • ParametricEQ: Filter that allows you to adjust the volume level of a frequency in the audio track.
  • Robotization: Transform the voice present in an audio track into a robotic voice effect.
  • Whisperization: Transform the voice present in an audio track into a whispering voice effect.

Icons:
image

@codecov
Copy link

codecov bot commented Jul 16, 2021

Codecov Report

Merging #700 (60c19f1) into develop (ed1bee3) will decrease coverage by 3.40%.
The diff coverage is 0.00%.

❗ Current head 60c19f1 differs from pull request most recent head 66f3ae1. Consider uploading reports for the commit 66f3ae1 to get more accurate results
Impacted file tree graph

@@             Coverage Diff             @@
##           develop     #700      +/-   ##
===========================================
- Coverage    50.42%   47.01%   -3.41%     
===========================================
  Files          155      175      +20     
  Lines        13292    14256     +964     
===========================================
  Hits          6702     6702              
- Misses        6590     7554     +964     
Impacted Files Coverage Δ
src/EffectInfo.cpp 0.00% <0.00%> (ø)
src/Frame.h 100.00% <ø> (ø)
src/audio_effects/Compressor.cpp 0.00% <0.00%> (ø)
src/audio_effects/Compressor.h 0.00% <0.00%> (ø)
src/audio_effects/Delay.cpp 0.00% <0.00%> (ø)
src/audio_effects/Delay.h 0.00% <0.00%> (ø)
src/audio_effects/Distortion.cpp 0.00% <0.00%> (ø)
src/audio_effects/Distortion.h 0.00% <0.00%> (ø)
src/audio_effects/Echo.cpp 0.00% <0.00%> (ø)
src/audio_effects/Echo.h 0.00% <0.00%> (ø)
... and 32 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update ed1bee3...66f3ae1. Read the comment docs.

@jonoomph
Copy link
Member

LGTM! This is honestly a really huge change, but it's fantastic! Nice work @BrennoCaldato !!!

@jonoomph jonoomph merged commit 8e062b8 into develop Jul 21, 2021
@jonoomph jonoomph deleted the audio-effects branch July 21, 2021 18:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants