Search found 5 matches

by SNC
Fri Oct 30, 2015 4:29 pm
Forum: Audio Processing
Topic: Artificial wow and flutter
Replies: 10
Views: 4535

Re: Artificial wow and flutter

And in the following code:

Code: Select all

;; speed is in rpm
(setf depth 0.004)
(setf speed 45)
(multichan-expand #'snd-tapv *track* 0 (mult depth (sum 1 (hzosc (/ speed 60.0)))) 2)
by which parameters can I change the frequency and intensity of flutter?
by SNC
Thu Oct 29, 2015 6:28 pm
Forum: Audio Processing
Topic: Artificial wow and flutter
Replies: 10
Views: 4535

Re: Artificial wow and flutter

Sorry, it says "unbound variable - *TRACK*", not "*"
by SNC
Thu Oct 29, 2015 6:23 pm
Forum: Audio Processing
Topic: Artificial wow and flutter
Replies: 10
Views: 4535

Re: Artificial wow and flutter

It says "Nyquist returned the value: 45". Nyquist output is as follows:

Code: Select all

error: unbound variable - *
if continued: try evaluating symbol again
1>
by SNC
Thu Oct 29, 2015 3:16 pm
Forum: Audio Processing
Topic: Artificial wow and flutter
Replies: 10
Views: 4535

Re: Artificial wow and flutter

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?
by SNC
Thu Oct 29, 2015 1:59 pm
Forum: Audio Processing
Topic: Artificial wow and flutter
Replies: 10
Views: 4535

Artificial wow and flutter

Good day 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...