Search found 59476 matches

by steve
Mon Nov 04, 2019 1:42 pm
Forum: Windows
Topic: Keyboard volume drops out after first chord
Replies: 5
Views: 228

Re: Keyboard volume drops out after first chord

In that case, it's almost certainly an "effect" in your computer sound system (probably "echo cancellation" or "noise suppression" or similar). Go into the Windows Sound settings and disable all "Enhancements" (See: https://manual.audacityteam.org/man/faq_reco...
by steve
Mon Nov 04, 2019 1:00 pm
Forum: macOS
Topic: audacity is broken!
Replies: 4
Views: 346

Re: audacity is broken!

ibojan wrote:
Mon Nov 04, 2019 12:36 pm
It doesn't record, any ideas?
Probably this: viewtopic.php?f=47&t=103573
by steve
Mon Nov 04, 2019 12:33 pm
Forum: macOS
Topic: audacity is broken!
Replies: 4
Views: 346

Re: audacity is broken!

This occasionally happens to a few users when updating. The "fix" is very easy:
"View menu > Toolbars > Reset Toolbars"
by steve
Mon Nov 04, 2019 9:47 am
Forum: Windows
Topic: 2.3.0 Debug Error
Replies: 47
Views: 7270

Re: 2.3.0 Debug Error

FreeholdFred wrote:
Mon Nov 04, 2019 4:43 am
I have received this 'debug error' error after upgrading to 2.3.2
Please clarify, did you get this exact debug error, or a different one:


Image
by steve
Mon Nov 04, 2019 9:43 am
Forum: GNU/Linux
Topic: Audacity can't find "libwx_gtk2u_xrc-3.1.so.1" on Oracle Linux
Replies: 27
Views: 1475

Re: Audacity can't find "libwx_gtk2u_xrc-3.1.so.1" on Oracle Linux

That's curious. You have PulseAudio installed, but it's not available to Audacity.

Are you able to open Pulse Audio Volume Control from the command line (without using su or sudo)

Code: Select all

pavucontrol
by steve
Mon Nov 04, 2019 9:19 am
Forum: Windows
Topic: Unanticipated host error [SOLVED]
Replies: 6
Views: 649

Re: Unanticipated host error

Ensure that you have given Audacity permission to use the mic / recording devices. See: viewtopic.php?f=46&t=100117
by steve
Mon Nov 04, 2019 1:53 am
Forum: Adding Features to Audacity
Topic: Reduce low level audio tool
Replies: 7
Views: 584

Re: Reduce low level audio tool

what I want to do it for all frequencies, if the volume of that frequency is less than a value, for example -30db, then for that portion of the spectrum to be muted. 1) Generate 30 seconds of "White Noise" (Generate menu > Noise) 2) Amplify the noise to a "New peak amplitude" of...
by steve
Mon Nov 04, 2019 1:43 am
Forum: Windows
Topic: Unanticipated host error [SOLVED]
Replies: 6
Views: 649

Re: Unanticipated host error

What settings are you using in the "Device Toolbar"? (https://manual.audacityteam.org/man/device_toolbar.html)
by steve
Sun Nov 03, 2019 10:33 pm
Forum: Nyquist
Topic: Notch filter with loop
Replies: 45
Views: 6868

Re: Notch filter with loop

this uncurable bug. The Debug window shows me: error: unexpected EOF "EOF" means "End Of Form". This error indicates that you have not closed all of the open parentheses. You can fix that error by adding two ")" at the end, but that's not the only error. You don't need...
by steve
Sun Nov 03, 2019 10:19 pm
Forum: Nyquist
Topic: Notch filter with loop
Replies: 45
Views: 6868

Re: Notch filter with loop

I'm trying to get this code to work in Audacity 2.0.6, because if I run 2.1.3, some plugins are actually missing. It might be better to sort out the problem rather than staying on an ancient version of Audacity. The current version is 2.3.2. All the plugins appear in 2.0.6. The new Limiter effect: ...