Search found 59476 matches
- Mon Oct 28, 2019 1:01 pm
- Forum: Windows
- Topic: Noise Gate Enabled But Not Showing [Win 10 - Aud 2.3.2]
- Replies: 27
- Views: 1022
Re: Noise Gate Enabled But Not Showing [Win 10 - Aud 2.3.2]
Low-Pass Filter... is the lowest option Audacity ships with more plug-ins than that. You should be able to go further down the list than "Low-Pass Filter". Try this: 1) Click on "Effect" in the main menu 2) While the Effect menu is open, press the "N" key repeatedly. T...
- Mon Oct 28, 2019 12:04 pm
- Forum: Windows
- Topic: Noise Gate Enabled But Not Showing [Win 10 - Aud 2.3.2]
- Replies: 27
- Views: 1022
Re: Noise Gate Enabled But Not Showing [Win 10 - Aud 2.3.2]
And if you scroll down this list a bit further?


- Mon Oct 28, 2019 11:00 am
- Forum: Audacity 2.x Feedback and Reviews
- Topic: An mp3 decoder artefact ?
- Replies: 10
- Views: 955
Re: An mp3 decoder artefact ?
Yes. Use the File menu "Import" command, and in the file type filter, select "FFmpeg compatible files". Audacity will then try using FFmpeg first when importing the selected file(s).
- Mon Oct 28, 2019 9:54 am
- Forum: Windows
- Topic: Noise Gate Enabled But Not Showing [Win 10 - Aud 2.3.2]
- Replies: 27
- Views: 1022
Re: Noise Gate Enabled But Not Showing [Win 10 - Aud 2.3.2]
Launch Audacity and generate, record or import some audio.
With the track selected, run this command in the Nyquist Prompt:
What happens?
With the track selected, run this command in the Nyquist Prompt:
Code: Select all
(format nil "~s" (aud-do "NoiseGate"))- Mon Oct 28, 2019 9:49 am
- Forum: Windows
- Topic: Noise Gate Enabled But Not Showing [Win 10 - Aud 2.3.2]
- Replies: 27
- Views: 1022
Re: Noise Gate Enabled But Not Showing [Win 10 - Aud 2.3.2]
In the list of enabled plug-ins, what does it say is the "Path" to the Noise Gate plug-in? (you may need to expand the dialog to see the full path)
- Mon Oct 28, 2019 7:54 am
- Forum: Windows
- Topic: Noise Gate Enabled But Not Showing [Win 10 - Aud 2.3.2]
- Replies: 27
- Views: 1022
Re: Noise Gate Enabled But Not Showing [Win 10 - Aud 2.3.2]
I see that your original post says: "although it is showing as "Enabled" on the list of plug-ins under the "Add / Remove Plug-ins..." section" I want to check that that is actually the case. If I take everything you have said on face value, then your computer is doing t...
- Mon Oct 28, 2019 12:17 am
- Forum: Nyquist
- Topic: Notch filter with loop
- Replies: 45
- Views: 6868
Re: Notch filter with loop
Then just loop untilMichael Kazmierski wrote: ↑Mon Oct 28, 2019 12:06 ambut I honestly do NOT like having to control how many iterations!
Code: Select all
(> (* basef (1+ (* odd 2.0)))
(/ *sound-srate* 2.0))
- Mon Oct 28, 2019 12:01 am
- Forum: Nyquist
- Topic: Notch filter with loop
- Replies: 45
- Views: 6868
Re: Notch filter with loop
Any suggestions? You could use something like this (below). ;control basef "Base frequency" float "" 50 10 100 ;control odd "Number of odd Harmonics" int "" 20 0 200 ;control even "Number of even Harmonics" int "" 1 0 20 (defun dehum (s-in...
- Sun Oct 27, 2019 11:19 pm
- Forum: Nyquist
- Topic: Notch filter with loop
- Replies: 45
- Views: 6868
Re: Notch filter with loop
There's already a plug-in that can do that:Michael Kazmierski wrote: ↑Sun Oct 27, 2019 11:09 pmI want to modify it so that it notches out the odd harmonics and only the odd harmonics.
viewtopic.php?p=79481#p79481
- Sun Oct 27, 2019 10:32 pm
- Forum: Windows
- Topic: Noise Gate Enabled But Not Showing [Win 10 - Aud 2.3.2]
- Replies: 27
- Views: 1022
Re: Noise Gate Enabled But Not Showing [Win 10 - Aud 2.3.2]
Does the plug-ins manager say that Noise Gate is enabled?