Search found 59476 matches

by steve
Tue Aug 21, 2018 8:32 am
Forum: Windows
Topic: remove drums and enhance volume
Replies: 9
Views: 1436

Re: remove drums and enhance volume

He's using Audacity 1.2.6, which has been obsolete for years and is no longer supported.
You may be able to get a similar effect with the "Vocal Reduction and Isolation" effect: https://manual.audacityteam.org/man/voc ... ation.html
by steve
Tue Aug 21, 2018 8:26 am
Forum: GNU/Linux
Topic: skip save project nag box
Replies: 6
Views: 600

Re: skip save project nag box

Garthhh wrote:
Tue Aug 21, 2018 5:50 am
no ability to tab on many of the audacity screens
Garthhh wrote:
Tue Aug 21, 2018 5:50 am
require triple clicks to use
Neither of those are known bugs in the Audacity source code. Perhaps worth reporting them to the package maintainer.
by steve
Tue Aug 21, 2018 8:22 am
Forum: Windows
Topic: Help needed for desk via audio interface issues
Replies: 5
Views: 272

Re: Help needed for desk via audio interface issues

I have just downloaded the new 2018 version of audacity for Windows 10, Look in "Help > About Audacity" for the version number. Is it 2.2.0, 2.2.1 or 2.2.2? I have purchased a new 12 channel Berringer mixing desk Which one? The "Behringer Xenyx Q1202USB "? and a new 4 channel St...
by steve
Mon Aug 20, 2018 11:24 pm
Forum: Windows
Topic: newbie seeks recommendations
Replies: 124
Views: 5657

Re: newbie seeks recommendations

Here's an original. The click is still there. but now we can see what's causing the click. First Track000.png Notice the sudden jump in the middle of the highlighted region - that's the click. It's probably caused by the absence of a short bit of the waveform. There are (unfortunately) many things ...
by steve
Mon Aug 20, 2018 8:01 pm
Forum: Windows
Topic: newbie seeks recommendations
Replies: 124
Views: 5657

Re: newbie seeks recommendations

Attachments click sound on word heiress.wav (993.38 KiB) Downloaded 2 times Double clicks on infallible.wav (1.05 MiB) Downloaded 2 times To save me reading through 10 pages of posts, could you give a brief description of how these audio clips were made. I'm particularly interested in the reason wh...
by steve
Mon Aug 20, 2018 4:53 pm
Forum: Plug-in Archive
Topic: Delay with bpm and panning
Replies: 46
Views: 6987

Re: Delay with bpm and panning

The thing that I see as a problem with the "Pan spread movement", is that if there is a sound that is hard over one side in the original audio, the echo does not pan, it just fluctuates in volume. Probably the easiest way to deal with that would be mix the delayed signals to mono and then ...
by steve
Mon Aug 20, 2018 2:58 pm
Forum: Français
Topic: difficulté pour comprendre cet enregistrement
Replies: 5
Views: 1157

Re: difficulté pour comprendre cet enregistrement

tobele wrote:
Mon Aug 20, 2018 2:48 pm
How did you reduce the echo? I tried different equalization plug-in, but had no good result
I used the "Vocal Reduction and Isolation" effect with the "Isolate Center" setting: https://manual.audacityteam.org/man/voc ... ation.html
by steve
Mon Aug 20, 2018 2:56 pm
Forum: Adding Features to Audacity
Topic: Feature Requests - Cut Preview
Replies: 1
Views: 288

Re: Feature Requests - Cut Preview

Vote added.
by steve
Mon Aug 20, 2018 11:48 am
Forum: Plug-in Archive
Topic: Delay with bpm and panning
Replies: 46
Views: 6987

Re: Delay with bpm and panning

If you want each successive echo to be decreased in level by "decay", then you can increment the number that is passed to *loud* like this: (defun delay (sig channel dur) (let ((out sig)) (do ((i 0 (1+ i)) (gain decay (+ gain decay))) ((= i echoes) (extract-abs 0 dur out)) (setf out (sim o...