I have a "working" version, but it can't help with this because the inverted audio has been damaged further (MP3 encoding will have caused some damage). The "corners" where the audio is inverted are now slightly rounded so the plug-in is unable to recognise the inverted sections.Gale Andrews wrote:Did you ever finish that version of Clip Fix that compensated for inverted polarity?
That appears to be another copy of the "fixed" version.tlm wrote:As requested, I've also uploaded a .WAV version of the file:
Using the MP3 sample, I applied this code in the Nyquist Prompt effect:
Code: Select all
(setq threhold 0.95)
(setq frequency 16000)
(let* ((control (rms
(sum (- threhold)
(s-max (snd-abs s) threhold))
20))
(gain (/ (peak control ny:all)))
(control (mult frequency
(sum 1
(mult control (- gain))))))
(lp
(lp
(lp
(lp
(lp
(lp
(lp
(lp s
control)
control)
control)
control)
control)
control)
control)
control))