Search found 59476 matches

by steve
Mon May 28, 2018 2:33 pm
Forum: Audacity 2.x Feedback and Reviews
Topic: Not liking Horizontal Zoom relative to selection edge
Replies: 13
Views: 1525

Re: Not liking Horizontal Zoom relative to selection edge

The assumption is that if you have a selection and you are zooming in, then the area of interest is the selected region. This behaviour makes it very easy to zoom in on a specific region (a very common task), by roughly selecting to region of interest and then zooming in. Zooming with the mouse whee...
by steve
Mon May 28, 2018 2:09 pm
Forum: Windows
Topic: Excel
Replies: 1
Views: 215

Re: Excel

If your point values are at regular (equal) time intervals, then you can use "Sample Data Import": https://manual.audacityteam.org/man/sam ... mport.html
by steve
Mon May 28, 2018 10:56 am
Forum: Windows
Topic: I'm trying to record about 36 voicemail messages before they
Replies: 1
Views: 141

Re: I'm trying to record about 36 voicemail messages before

The OP was a fake account that has now been deleted.
by steve
Mon May 28, 2018 10:10 am
Forum: Windows
Topic: Truncate Silence Processing Time
Replies: 6
Views: 252

Re: Truncate Silence Processing Time

Are you running out of disk space?

Has the project been saved? If it has, then check the available space on the drive where the project is saved. If the project has not been saved, check the available space on the system drive.
by steve
Sun May 27, 2018 8:21 pm
Forum: Compiling Audacity
Topic: Unknown type name LVAL in sound.h
Replies: 2
Views: 807

Re: Unknown type name LVAL in sound.h

The wiki may be out of date. For the most up to date instructions, refer to the Build.txt file in the source code: https://github.com/audacity/audacity/bl ... /Build.txt
by steve
Sun May 27, 2018 7:00 pm
Forum: macOS
Topic: Error Message: AUDACITY IS ALREADY RUNNING
Replies: 6
Views: 634

Re: Error Message: AUDACITY IS ALREADY RUNNING

I'm having the same problem. I installed version 2.2.2, then did a complete uninstall, then downloaded and installed it again. Still getting the message that the system has detected that Audacity is already running and won't let me open it. I'm stuck and can't complete my project. See: https://foru...
by steve
Sun May 27, 2018 6:49 pm
Forum: Windows
Topic: Windows "Nightly Builds" alternative site
Replies: 1
Views: 11052

Re: Windows "Nightly Builds" alternative site

Since the passing away of Gale Andrews, these nightly build repositories are no longer maintained.
by steve
Sun May 27, 2018 6:03 pm
Forum: Audacity 2.x Feedback and Reviews
Topic: Linux source tar file says it is 2.2.2, but...
Replies: 1
Views: 400

Re: Linux source tar file says it is 2.2.2, but...

It's a naming error. The Audacity 2.2.2 RC1 (release candidate) is identical to the release version 2.2.2. The source code "should" have been zipped to a new file with the extracted folder renamed as Audacity 2.2.2, but instead the RC1 ZIP was just renamed. I'll ensure that the developers ...
by steve
Sun May 27, 2018 5:50 pm
Forum: Nyquist
Topic: Nyquist frequency divider feedback not working
Replies: 15
Views: 1768

Re: Nyquist frequency divider feedback not working

It seems the way Nyquist processes audio isn't compatible with writing routines that require a feedback path, unless you can compile your own routines as extensions. or as a DSP "class" (as described in the link that I gave previously) Perhaps I should abandon Nyquist and focus on getting...
by steve
Thu May 24, 2018 3:05 pm
Forum: Windows
Topic: How to remove silences which are shorter than X seconds
Replies: 11
Views: 954

Re: How to remove silences which are shorter than X seconds

I'm looking for a way to remove JUST those silences which are smaller than 2 seconds As it says in the manual: https://manual.audacityteam.org/man/truncate_silence.html Detect Silence There are two controls that determine which audio will be treated as "silence": Level (dB): To be treated...