I know that there is a software that can remove wow and flutter from samples recorded from a tape or vinyl (for example Capstan). But I wonder whether there is a software that, conversely, can create artificial wow and flutter (I really need that for some sound processing). I don’t think it’s possible with Audacity, but probably you could give me an advise of other ways to do it.
Thanks, that’s a good idea. But the only thing is that if I have even a 5 minute record and the flutter should be about 20 Hz then I have to manually envelope all time track every 0,2 second which is really boring. Is there a way of using preloaded patterns for time tracks?
Your “Tremolo/Vibrato” plug-in will do that (on vibrato), but has the added advantage that users can select to have the rate gradually change over time.
Unfortunately the “Tremolo/Vibrato” plug-in is not suitable for long sections of audio because cumulative rounding errors (it’s only 32 bit) cause the sound quality to deteriorate when applied to selections much more than a few tens of seconds.
(setf depth 0.004)
That’s the "intensity. Larger values for more intensity.
(setf speed 45)
That’s the “frequency”. Larger values for increased frequency.
Note that increasing the frequency will also increase the perceived intensity (because the amount of variation is an absolute amount of time per cycle, so when spread over a longer period it becomes less significant).