Further, if I use WMP for audio playback I also get crackling when I hit a key on the keyboard. The bottom line is that Audacity may now be out of the picture.
But this one: ;version 4 (setf hz 750) (let* ((dry (pwlv 1 1 0)) (wet (diff 1 dry))) (sum (mult (lowpass2 *track* 750) wet) (mult *track* dry))) It did work but how can I reverse it? I would like to try to start from the muffled effect and finish with the original audio. The "dry" and &qu...
;version 4 (setf lowhz 750) (setf hihz (/ *sound-srate* 2)) (let ((hz (pwlv hihz 1 lowhz))) (lp (lp *track* hz) hz)) This didn't do anything with the audio after applying it. Which version of Audacity are you using? Try running it again, but press the "Debug" button instead of the "O...
My only problem is that after using "Mix and Render", in the middle part of the audio, because of the Fade in and Fade out effects, the volume is significantly low. I can't explain that. It does not do that for me. :? I would expect it to gradually get lower because the filter removes som...
The "Classic Filter" gave me better results Perhaps you used different settings. This is the effect of a 2nd order (12dB/octave) Butterworth low-pass filter using "Classic Filter": classic.png and the is the effect of a 12dB/octave (2nd order) low-pass filter using "Low-Pas...
Do you know what this magic number is? It's variable. Keeping this forum safe, spam free, and family friendly is a constant battle against malevolent forces ;) It is much preferred that all discussions are held in open forum (rather than PMs) so that other members of the Audacity community can bene...
I'm not sure if Macros will handle thousands of files in one go, though you should be OK if you split them into batches of a few hundred (start small and work up).