Search found 59476 matches

by steve
Sun May 30, 2021 11:15 am
Forum: Windows
Topic: Muffled sound on audacity halfway through editing?
Replies: 1
Views: 33

Re: Muffled sound on audacity halfway through editing?

xythe616 wrote:
Sun May 30, 2021 3:39 am
Today I recorded a song, it sounded crisp and clear on every single track. I began editing, using reverb, compressor, a tiny bit of auto tune and not much else.
I thought "auto tune" was incompatible with Audacity. :?
by steve
Sun May 30, 2021 11:09 am
Forum: GNU/Linux
Topic: New Audacity and effect timescale
Replies: 7
Views: 578

Re: New Audacity and effect timescale

Does it give a shell command I'm not sure what you mean by "it". There's an app (available in the repositories for most Linux distributions) called "MediaInfo". If you open an MP3 in MediaInfo it will show you the sample rate and a lot of other information about the file format....
by steve
Sun May 30, 2021 10:46 am
Forum: Nyquist
Topic: Extra Nyquist Files
Replies: 17
Views: 720

Re: Extra Nyquist Files

Paul2 wrote:
Sun May 30, 2021 9:51 am
The one down side is, no easy check to see if "extras.lsp" exists before continuing with a script that relies on it:
You could do something like:

Code: Select all

(if (load myfile)
    (do-my-program)
    (format nil "File not found: ~a" myfile))
by steve
Sun May 30, 2021 10:31 am
Forum: Windows
Topic: mp3 sounds distorted after imported to audacity
Replies: 18
Views: 714

Re: mp3 sounds distorted after imported to audacity

kusf-fan wrote:
Sun May 30, 2021 6:30 am
Copied the track from this temporary project to the Audacity radio program project, the MP3s immediately got distorted.
If you copied into an existing track, check that the "Gain" slider is not set greater than zero (See: https://manual.audacityteam.org/man/aud ... .html#gain)
by steve
Sat May 29, 2021 9:01 pm
Forum: Windows
Topic: DTS 3ch v ac3 error
Replies: 8
Views: 144

Re: DTS 3ch v ac3 error

Try a different format, such as WAV or OGG.
by steve
Sat May 29, 2021 8:49 pm
Forum: Nyquist
Topic: Extra Nyquist Files
Replies: 17
Views: 720

Re: Extra Nyquist Files

Paul2 wrote:
Sat May 29, 2021 10:36 am
It's a pity an "include" statement is not available,
See: LOAD https://www.audacity-forum.de/download/ ... ef-152.htm
by steve
Sat May 29, 2021 9:58 am
Forum: macOS
Topic: Looking to hire someone to help trouble shoot Audacity
Replies: 15
Views: 186

Re: Looking to hire someone to help trouble shoot Audacity

We chose the "Close project immediately with no further changes" option. Try the "Continue without deleting; ignore the extra files this session (default):" option. Caution: do NOT try the third option. "Error Opening Project: Couldn't find the project data folder" Are...
by steve
Sat May 29, 2021 9:48 am
Forum: Nyquist
Topic: Extra Nyquist Files
Replies: 17
Views: 720

Re: Extra Nyquist Files

Paul2 wrote:
Sat May 29, 2021 9:43 am
Of course, the downside is that any scripts that use them, will not be universal.
They could be. You just need to include all the necessary parts that your code requires in your .NY file.
by steve
Fri May 28, 2021 8:24 pm
Forum: Windows
Topic: Cannot adjust monitoring volume for track I'm recording
Replies: 19
Views: 243

Re: Cannot adjust monitoring volume for track I'm recording

keithdavid432 wrote:
Fri May 28, 2021 8:11 pm
specifically changing the monitoring volume of just the incoming live track.
Does the "Monitor level control" (item 5, page 4 of the user guide) not do that?