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

$flanger #48

Open
piotrek117studos opened this issue Nov 19, 2021 · 4 comments
Open

$flanger #48

piotrek117studos opened this issue Nov 19, 2021 · 4 comments
Labels
suggestion An idea to be implemented, not a bug.

Comments

@piotrek117studos
Copy link

https://ffmpeg.org/ffmpeg-filters.html#flanger

Apply a flanging effect to the audio.

The filter accepts the following options:

delay
Set base delay in milliseconds. Range from 0 to 30. Default value is 0.

depth
Set added sweep delay in milliseconds. Range from 0 to 10. Default value is 2.

regen
Set percentage regeneration (delayed signal feedback). Range from -95 to 95. Default value is 0.

width
Set percentage of delayed signal mixed with original. Range from 0 to 100. Default value is 71.

speed
Set sweeps per second (Hz). Range from 0.1 to 10. Default value is 0.5.

shape
Set swept wave shape, can be triangular or sinusoidal. Default value is sinusoidal.

phase
Set swept wave percentage-shift for multi channel. Range from 0 to 100. Default value is 25.

interp
Set delay-line interpolation, linear or quadratic. Default is linear.

@piotrek117studos piotrek117studos added the suggestion An idea to be implemented, not a bug. label Nov 19, 2021
@machineonamission
Copy link
Owner

the hell is a flanging effect? can you send an example?

@machineonamission machineonamission added the need more info Not enough information to fix label Nov 19, 2021
@piotrek117studos
Copy link
Author

Uploading rlanger.mp4…

@piotrek117studos
Copy link
Author

rlanger.mp4

@machineonamission
Copy link
Owner

Hmm that's an interesting effect with plenty of meme potential, I'll give it a look.

@machineonamission machineonamission removed the need more info Not enough information to fix label Nov 19, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
suggestion An idea to be implemented, not a bug.
Projects
None yet
Development

No branches or pull requests

2 participants