Search found 59476 matches

by steve
Thu Dec 03, 2020 10:07 am
Forum: Windows
Topic: Can't apply any effect, Value not in range
Replies: 12
Views: 513

Re: Can't apply any effect, Value not in range

udrakan wrote:
Thu Dec 03, 2020 8:42 am
Even just selecting an effect and clicking Apply/OK or using slider (not typing anything into any field) will yield the value Not in range error
If you then launch the same effect again and (without changing anything) apply again, does the same error message appear ?
by steve
Thu Dec 03, 2020 10:04 am
Forum: Windows
Topic: Opening AUP Files
Replies: 25
Views: 1575

Re: Opening AUP Files

You should all be contacting BlueSky since the problem is with their software: https://www.bluskysoftware.com/contact/ I am having this exact same problem. My project will not open and a pop-up box says "my file was saved using Audacity 2.1..0.0"...etc. Can you please help me recover this ...
by steve
Thu Dec 03, 2020 9:43 am
Forum: Windows
Topic: Internal PortAudio error. No Devices Useable.
Replies: 6
Views: 513

Re: Internal PortAudio error. No Devices Useable.

A while ago I had drivers I had to update. One of them was Realtek. As soon as I had finished installing them the provider name changed from "Realtek HD Audio" to "Realtek(R) Audio". Everything was behaving fine except when I had to use Audacity for something, it would refuse to...
by steve
Wed Dec 02, 2020 10:02 pm
Forum: GNU/Linux
Topic: Recursive normalisation
Replies: 5
Views: 468

Re: Recursive normalisation

FalCT60 wrote:
Wed Dec 02, 2020 8:52 pm
I would like to recursively apply normalisation to some 50,000 files.
Use SoX.

There are some example scripts in this topic: viewtopic.php?f=28&t=53669 and other topic on this board: viewforum.php?f=28
by steve
Wed Dec 02, 2020 9:14 pm
Forum: Compiling Audacity
Topic: Infinite Recursion during Splash Screen
Replies: 2
Views: 812

Re: Infinite Recursion during Splash Screen

jack wrote:
Tue Dec 01, 2020 9:51 pm
I think the wxWidgets developers found this bug themselves, but it was fixed at some point after the Audacity team forked from the project.
I think you're right. Thank you for bringing this to our attention.
by steve
Wed Dec 02, 2020 8:33 pm
Forum: Windows
Topic: Cannot Get Audacity 2.4.2 to record. Tried everything--even two different computers.
Replies: 30
Views: 738

Re: Cannot Get Audacity 2.4.2 to record. Tried everything--even two different computers.

Do you think maybe a recent Windows Update could have done something to the driver or something? No, because you wrote: "I forgot to mention that when I had the cassette player plugged into the interface, and interface run through the computer and Audacity, I checked to see if Audacity would r...
by steve
Wed Dec 02, 2020 8:17 pm
Forum: Windows
Topic: Cannot Get Audacity 2.4.2 to record. Tried everything--even two different computers.
Replies: 30
Views: 738

Re: Cannot Get Audacity 2.4.2 to record. Tried everything--even two different computers.

You will need to trace the signal through the system.
Start with the mixer - plug your headphones into the mixer - can you hear the mic?
by steve
Wed Dec 02, 2020 8:14 pm
Forum: Adding Features to Audacity
Topic: labels time frame export -accessibility feature for CC
Replies: 6
Views: 301

Re: labels time frame export -accessibility feature for CC

I'm not an expert with spreadsheets, but the conversions that need to be done are:

hours: integer division by 3600
minutes: (integer division by 60) - (hours x 60)
seconds.milliseconds: remainder of seconds divided by 60, rounded to 3 decimal places.
by steve
Wed Dec 02, 2020 8:06 pm
Forum: Windows
Topic: APE Tags Are Not Surviving
Replies: 2
Views: 118

Re: APE Tags Are Not Surviving

after being told that Audacity would not damage the existing APE tags. I was told wrong. Yes you were told wrong, unless they meant that Audacity will not damage the existing APE tags in your original files. Audacity does not directly edit files. When you import a file, Audacity copies the audio da...
by steve
Wed Dec 02, 2020 7:54 pm
Forum: Adding Features to Audacity
Topic: Multiple choice board to create markers
Replies: 22
Views: 1045

Re: Multiple choice board to create markers

The easiest way (by far) to program this requires a slightly quirky way to use the effect. Both the audio track and the label track need to be selected, otherwise the plug-in will create a new label track every time. If you only have one audio track and one label track, then: 1. Click on the audio t...