Search found 59476 matches

by steve
Sun Dec 31, 2017 6:01 pm
Forum: Windows
Topic: Debug report "Audacity"
Replies: 1
Views: 411

Re: Debug report "Audacity"

If this was a one-off, then I'd not worry too much about it. If it is a recurring problem, then please try to take note of what you were doing leading up to the message. Audacity 2.1.3 is fairly old, but most users find it pretty stable. There is also due to be a new release (2.2.2) early in the new...
by steve
Sun Dec 31, 2017 5:55 pm
Forum: Windows
Topic: A2.2.1 Win10: "Amplifiy" Validation error
Replies: 2
Views: 456

Re: A2.2.1 Win10: "Amplifiy" Validation error

I cannot reproduce this on W10 even with incredibly low signal levels throughout. Possibly because you are using the current development code, or you just happen to have selected audio that has a peak level that rounds the right way. I get "Validation error : Value not in range: -130.767 to -3...
by steve
Sun Dec 31, 2017 5:42 pm
Forum: Audacity 2.x Feedback and Reviews
Topic: What happened to Append Record?
Replies: 2
Views: 1294

Re: What happened to Append Record?

Previously "Record" would automatically record to a new track, and "Append Record" required the Shift key ("Shift + R" or "Shift + Click the Record button"). That has been reversed (by default) in the current version, so "Record" will automatically r...
by steve
Sun Dec 31, 2017 4:28 pm
Forum: GNU/Linux
Topic: IR loader - lubuntu
Replies: 2
Views: 1600

Re: IR loader - lubuntu

If you are familiar with Reaper, then Ardour would probably be a better replacement than Audacity. Both Reaper and Ardour are "real-time DAW" applications, whereas Audacity is a WYSIWYG audio editor. Ardour 'should' be pretty stable so long as your hardware is fully supported (particularly...
by steve
Sun Dec 31, 2017 3:50 pm
Forum: Windows
Topic: My Windows version and Updated Audacity
Replies: 1
Views: 165

Re: My Windows version and Updated Audacity

Do you have a question?
by steve
Sun Dec 31, 2017 12:52 pm
Forum: Windows
Topic: Error after editing.
Replies: 16
Views: 1124

Re: Error after editing.

We've made some progress in discovering what is going on. In your steps: Recorded a couple of minutes audio from an online radio player. Saved file as aup. Closed program. Reopened file with audacity - no problem. Selected a chunk of audio from beginning, approx 30 secs, and deleted. Saved file as a...
by steve
Sun Dec 31, 2017 12:25 pm
Forum: New Plug-Ins
Topic: RMS Normalize
Replies: 94
Views: 61110

Re: RMS Normalize

it tends to push tracks into clipping. What level are you normalizing to? It would be super-convenient to have something to either pre-check whether a certain normalisation value would cause the track to clip ( maybe on it's own button ) or to suggest the loudest normalisation level that would avoi...
by steve
Sat Dec 30, 2017 3:58 pm
Forum: Windows
Topic: can't get rid of dc offeset on wav file.
Replies: 6
Views: 554

Re: can't get rid of dc offeset on wav file.

If this was a waveform that you generated programmatically, the better solution would be to fix the program so that it doesn't produce DC offset. While not a perfect copy, this code run in the Nyquist Prompt effect (http://manual.audacityteam.org/man/nyquist_prompt.html) gives a pretty close simula...
by steve
Sat Dec 30, 2017 3:52 pm
Forum: Windows
Topic: Error after editing.
Replies: 16
Views: 1124

Re: Error after editing.

Every little helps as they say! Yes indeed :) though it is even more helpful to save the log file (as a text file) and then attach the text file to the forum post. To attach a text file, use the "upload attachment" tab below the message composing box (not necessary on this occasion as the...
by steve
Sat Dec 30, 2017 2:32 pm
Forum: Windows
Topic: can't get rid of dc offeset on wav file.
Replies: 6
Views: 554

Re: can't get rid of dc offeset on wav file.

It looks like a bug in the normalize plugin. It isn't a bug. DC offset correction looks at the average level across the entire selection. For "normal" audio, the positive going waveform will be exactly balanced by the negative going waveform. In your sample, the negative going waveform ex...