Search found 59476 matches

by steve
Mon Feb 15, 2021 10:42 pm
Forum: Windows
Topic: The age old crackling problem
Replies: 42
Views: 1173

Re: The age old crackling problem

jaja714 wrote:
Mon Feb 15, 2021 8:33 pm
Of course, instead of waiting for someone else maybe I could be that 1st person!
:D

jaja714 wrote:
Mon Feb 15, 2021 8:33 pm
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.
Good detective work.
Good luck with M-Audio.
by steve
Mon Feb 15, 2021 10:38 pm
Forum: Windows
Topic: How to have a fading muffled effect?
Replies: 10
Views: 359

Re: How to have a fading muffled effect?

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...
by steve
Mon Feb 15, 2021 10:35 pm
Forum: Windows
Topic: How to have a fading muffled effect?
Replies: 10
Views: 359

Re: How to have a fading muffled effect?

;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...
by steve
Mon Feb 15, 2021 10:32 pm
Forum: Windows
Topic: How to have a fading muffled effect?
Replies: 10
Views: 359

Re: How to have a fading muffled effect?

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...
by steve
Mon Feb 15, 2021 10:21 pm
Forum: Windows
Topic: How to have a fading muffled effect?
Replies: 10
Views: 359

Re: How to have a fading muffled effect?

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...
by steve
Mon Feb 15, 2021 7:39 pm
Forum: Macros and Scripting
Topic: Trimming first 16 seconds of 3500 files
Replies: 6
Views: 684

Re: Trimming first 16 seconds of 3500 files

alainq wrote:
Mon Feb 15, 2021 7:23 pm
Is there a more detailed guide available for the macro part ?
There's this: https://manual.audacityteam.org/man/macros.html
and then there's the list of available commands: https://manual.audacityteam.org/man/scr ... rence.html
by steve
Mon Feb 15, 2021 7:21 pm
Forum: Audacity 2.x Feedback and Reviews
Topic: Editing process in Audacity
Replies: 8
Views: 847

Re: Editing process in Audacity

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...
by steve
Mon Feb 15, 2021 4:37 pm
Forum: macOS
Topic: Audacity freezes when using space bar
Replies: 10
Views: 186

Re: Audacity freezes when using space bar

scy890 wrote:
Mon Feb 15, 2021 4:31 pm
Will upgrading to Big Sur make Audacity more stable/useable?
Probably not. I just wondered if there was a reason why hadn't / couldn't update.

Which model is your Mac?

(It may just be that you are working too fast for the Mac to keep up with you)
by steve
Mon Feb 15, 2021 4:34 pm
Forum: Macros and Scripting
Topic: Trimming first 16 seconds of 3500 files
Replies: 6
Views: 684

Re: Trimming first 16 seconds of 3500 files

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).

I'd expect something like this to work:

macro.png
macro.png (31.04 KiB) Viewed 682 times
by steve
Mon Feb 15, 2021 4:27 pm
Forum: macOS
Topic: Audacity freezes when using space bar
Replies: 10
Views: 186

Re: Audacity freezes when using space bar

scy890 wrote:
Mon Feb 15, 2021 3:36 pm
It's an Apple Magic keyboard though. Could that potentially be the problem?
Unlikely. (I use an Apple Magic keyboard).

Any reason why you are still using Catalina?