Search found 59476 matches

by steve
Fri Mar 06, 2020 4:51 pm
Forum: GNU/Linux
Topic: Audacity can not load ANY aup file
Replies: 29
Views: 2032

Re: Audacity can not load ANY aup file

The three ".cfg" files are Audacity's configuration files. Deleting these three files (while Audacity is closed) will reset Audacity to it's factory settings. From ~/.audacity-data/ move these three files to your Desktop (or any other convenient location): audacity.cfg pluginregistry.cfg p...
by steve
Fri Mar 06, 2020 10:19 am
Forum: GNU/Linux
Topic: Audacity can not load ANY aup file
Replies: 29
Views: 2032

Re: Audacity can not load ANY aup file

This is very strange, because the test project that you posted is perfectly OK. It looks OK and I can open it without any problem. I'm not sure what the file paths will be on Arch, so you will need to check these: Look in ~/.audacity-data/ . Do you see the files: audacity.cfg pluginregistry.cfg plug...
by steve
Fri Mar 06, 2020 9:55 am
Forum: macOS
Topic: Cannnot open files
Replies: 18
Views: 1044

Re: Cannnot open files

How much free space is there in "/Users/______/"
by steve
Fri Mar 06, 2020 9:53 am
Forum: Windows
Topic: PAN LAW
Replies: 2
Views: 261

Re: PAN LAW

"Pan Law" refers to how much gain is applied when a sound is panned away from centre. The track Pan control in Audacity simply reduces the level in the channel that is being panned away from - that is, when you pan to the right, the left channel is reduced and the right channel remains the...
by steve
Fri Mar 06, 2020 9:36 am
Forum: Audio Processing
Topic: normalization level doesn't match spectrum analyzer
Replies: 8
Views: 617

Re: normalization level doesn't match spectrum analyzer

when I look at the waveform of the track, after normalization the highest blue line doesn't reach the top/bottom of the area, there's still quite a gap to the border of the area. ... The only explanation I would have for this is, that there are very short ranges in my audio which are much louder th...
by steve
Fri Mar 06, 2020 12:27 am
Forum: Audio Processing
Topic: normalization level doesn't match spectrum analyzer
Replies: 8
Views: 617

Re: normalization level doesn't match spectrum analyzer

"Plot Spectrum" measures the sound, spread across multiple frequency ranges ("frequency bins"). The amplitude measured by Plot Spectrum, will be about the same as the peak amplitude, if the sound is all in one "frequency bin". If the sound falls into multiple frequency ...
by steve
Thu Mar 05, 2020 6:50 pm
Forum: Windows
Topic: Saved but won't load
Replies: 1
Views: 142

Re: Saved but won't load

Wayne62279 wrote:
Thu Mar 05, 2020 5:40 pm
I keep getting an error
and the error is?
by steve
Thu Mar 05, 2020 6:49 pm
Forum: Windows
Topic: Pulsating tone?
Replies: 2
Views: 232

Re: Pulsating tone?

Select a region of an audio track where you want the pulsating tone,
then apply this code in the "Nyquist Prompt" effect (https://manual.audacityteam.org/man/nyquist_prompt.html)

Code: Select all

(mult 0.8 (hzosc 2) (hzosc 440))
by steve
Thu Mar 05, 2020 5:37 pm
Forum: macOS
Topic: Beginner question driving me crazy!
Replies: 6
Views: 282

Re: Beginner question driving me crazy!

orlando wrote:
Thu Mar 05, 2020 5:27 pm
Is this a bug?
Yes.
I think it occurred as the result of something else being updated.
by steve
Thu Mar 05, 2020 4:44 pm
Forum: macOS
Topic: Beginner question driving me crazy!
Replies: 6
Views: 282

Re: Beginner question driving me crazy!

I'm trying to get Audacity to record four independent mono channels simultaneously, but instead it records one stereo channel and two mono channels. Currently, the only option is to record like that, then split the stereo track into two mono tracks after you have recorded (https://manual.audacityte...