Darwin1234
Newbie level 3
- Joined
- Jun 30, 2014
- Messages
- 4
- Helped
- 0
- Reputation
- 0
- Reaction score
- 0
- Trophy points
- 1
- Activity points
- 72
Hi guys,
I read this thread because i believe the guys here will help me );-)
i am trying to make a flanger effects.
**broken link removed** or you can check here.
https://sound.eti.pg.gda.pl/student/eim/synteza/adamx/eindex.html
and according to the site flanger should be like this
so now my question. how can i convert the formula to c++?
y=x+ax(n-D), where, for example D=d/2(1-cos(2pFn)),
everyone?
thanks in advance!
I read this thread because i believe the guys here will help me );-)
i am trying to make a flanger effects.
**broken link removed** or you can check here.
https://sound.eti.pg.gda.pl/student/eim/synteza/adamx/eindex.html
and according to the site flanger should be like this
The difference equation is y=x+ax(n-D), where, for example D=d/2(1-cos(2pFn)), F - deviation speed (about 1 Hz), d - deviation rate.
The modulation of delay time causes dynamic changes in dips and peaks position. Additional effect is time stretching of audio signal. The time delay varies between 1 and 5 ms. Alike echo there is FIR and IIR version.
so now my question. how can i convert the formula to c++?
y=x+ax(n-D), where, for example D=d/2(1-cos(2pFn)),
everyone?
thanks in advance!