Search found 59476 matches
- 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...
- Mon Nov 04, 2019 1:00 pm
- Forum: macOS
- Topic: audacity is broken!
- Replies: 4
- Views: 346
Re: audacity is broken!
Probably this: viewtopic.php?f=47&t=103573
- 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"
"View menu > Toolbars > Reset Toolbars"
- 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
Please clarify, did you get this exact debug error, or a different one:FreeholdFred wrote: ↑Mon Nov 04, 2019 4:43 amI have received this 'debug error' error after upgrading to 2.3.2
- 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)
Are you able to open Pulse Audio Volume Control from the command line (without using su or sudo)
Code: Select all
pavucontrol- 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
- 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...
- 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)
- 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...
- 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: ...