Search found 59476 matches

by steve
Sun May 31, 2020 2:16 pm
Forum: macOS
Topic: Sound Level to Plugin is wrong
Replies: 13
Views: 756

Re: Sound Level to Plugin is wrong

Paul2 wrote:
Sun May 31, 2020 2:03 pm
can you confirm that my block diagram a few posts back, is indeed correct?
Yes. The plug-in acts on the track data (B), not on the post-fader playback stream (C).
by steve
Sun May 31, 2020 2:12 pm
Forum: Windows
Topic: I can't find noise removal under effect
Replies: 1
Views: 35

Re: I can't find noise removal under effect

The effect is called "Noise Reduction": https://manual.audacityteam.org/man/noise_reduction.html The default setting provide a good starting point. Tweaking the settings to suit the audio may produce better results, but if the settings are too strong it will cause unpleasant metallic artif...
by steve
Sun May 31, 2020 1:51 pm
Forum: macOS
Topic: Sound Level to Plugin is wrong
Replies: 13
Views: 756

Re: Sound Level to Plugin is wrong

In other words, you are saying that the Youlean AU plugin measures the playback level and not the level of the audio data. Looking at your illustrations again, I got that wrong way round. You are saying that the plug-in measures the level of the audio data, not the playback level. That's normal for...
by steve
Sun May 31, 2020 1:26 pm
Forum: Adding Features to Audacity
Topic: Add / Remove Plugins...
Replies: 1
Views: 188

Re: Add / Remove Plugins...

That's correct. It is listed on bugzilla as: Enh: De-clutter Plug-in Manager Over time, the pluginregistry.cfg, pluginsettings.cfg, and the Plug-ins Manager become cluttered with old effects that may no longer exist on the system. Currently there is no GUI way to clear out the old effects / settings...
by steve
Sun May 31, 2020 1:19 pm
Forum: Windows
Topic: Input level meter question
Replies: 5
Views: 174

Re: Input level meter question

My question is why would two different programs display different levels for the same input signal? Because they are not getting the same input signal. Sound Forge is probably using ASIO drivers. Audacity is probably using WDM drivers. The -6dB level in Audacity is probably indicating a problem in ...
by steve
Sun May 31, 2020 1:14 pm
Forum: macOS
Topic: Sound Level to Plugin is wrong
Replies: 13
Views: 756

Re: Sound Level to Plugin is wrong

I think it illustrates exactly the problems that I, and others, are experiencing. In other words, you are saying that the Youlean AU plugin measures the playback level and not the level of the audio data. Note also that there are different ways to measure loudness of mono tracks. Some plug-ins trea...
by steve
Sun May 31, 2020 1:02 pm
Forum: Windows
Topic: delay while recording
Replies: 2
Views: 34

Re: delay while recording

In the Windows Sound control panel, ensure that "listen to this device" is NOT selected (not enabled) for any recording devices.

Where are your headphones plugged in?
by steve
Sun May 31, 2020 12:59 pm
Forum: Windows
Topic: Recording with Behringer U-Control UCA222
Replies: 27
Views: 3185

Re: Recording with Behringer U-Control UCA222

When required, Behringer provide drivers for their interfaces on their website. They do not offer a driver for the UCA-222 because it shouldn't need one. I have checked on the Behringer website and they do not provide a driver version 2.8.40 for anything. As far as I can tell, it appears that the &q...
by steve
Sun May 31, 2020 12:44 pm
Forum: Windows
Topic: Debug report
Replies: 29
Views: 863

Re: Debug report

That's unfortunate - not very helpful ;) Try downloading the latest version of Audacity (See: https://www.audacityteam.org/download/windows/) Ensure that Audacity is not running. Run the installer, and look out for the option to "Reset Preferences". Ensure that option is selected (enabled)...
by steve
Sun May 31, 2020 12:37 pm
Forum: macOS
Topic: ACX Check fails in 2.4.1
Replies: 97
Views: 3204

Re: ACX Check fails in 2.4.1

@flynwill You will probably find it useful to add this header while debugging:

Code: Select all

;debugflags trace
(see: https://wiki.audacityteam.org/wiki/Nyqu ... debugflags)