parent
e6dc3543b0
commit
5bd95d48e4
@ -1,14 +1,14 @@ |
|||||||
Vibrato audio effect. |
Vibrato audio effect. |
||||||
(Vibrato is a musical effect consisting of a regular, pulsating change of pitch. It is used to add expression to vocal and instrumental music) |
(Vibrato is a musical effect consisting of a regular, pulsating change of pitch. It is used to add expression to vocal and instrumental music) |
||||||
|
|
||||||
Using: |
Using: |
||||||
|
|
||||||
#include "BerVibrato/BerVibrato.h" |
#include "BerVibrato/BerVibrato.h" |
||||||
//... |
|
||||||
BerVibrato vbr; |
|
||||||
vbr.initialize(SampleRateHz); |
|
||||||
//... |
|
||||||
vbr.setDepth(depth); // depth (amount) from (0; 1] |
|
||||||
vbr.setFrequency(freq); // Vibrato rate in Hz |
|
||||||
//... |
//... |
||||||
vbr.processOneSample(sample); |
BerVibrato vbr; |
||||||
|
vbr.initialize(SampleRateHz); |
||||||
|
//... |
||||||
|
vbr.setDepth(depth); // depth (amount) from (0; 1] |
||||||
|
vbr.setFrequency(freq); // Vibrato rate in Hz |
||||||
|
//... |
||||||
|
vbr.processOneSample(sample); |
||||||
|
Loading…
Reference in new issue