Search found 59476 matches

by steve
Wed Aug 14, 2019 1:47 pm
Forum: GNU/Linux
Topic: export audio sélectionné impossible
Replies: 3
Views: 220

Re: export audio sélectionné impossible

Selecting in the Timeline is used for the "Quick-Play" feature: https://manual.audacityteam.org/man/timeline.html#tqp
by steve
Wed Aug 14, 2019 11:53 am
Forum: Windows
Topic: Turn off snapping guides
Replies: 6
Views: 1228

Re: Turn off snapping guides

What I need is to get rid of snapping for good. There's no way to do that. There's also no way to achieve very accurate selecting without zooming. If accuracy is important enough to bother zooming, then I don't see any reason for you to complain. If accuracy IS important, then zoom in. You can have...
by steve
Wed Aug 14, 2019 11:32 am
Forum: Windows
Topic: Any way to save a custom layout? i.e. which toolbars show upon opening?
Replies: 8
Views: 492

Re: Any way to save a custom layout? i.e. which toolbars show upon opening?

If you want to apply the same effects to a load of files, then the best way is to "batch process" with a Macro.
You can find out more about Macros here: https://manual.audacityteam.org/man/macros.html
by steve
Wed Aug 14, 2019 10:22 am
Forum: GNU/Linux
Topic: export audio sélectionné impossible
Replies: 3
Views: 220

Re: export audio sélectionné impossible

Ensure that some audio is selected, like this: https://manual.audacityteam.org/m/images/1/1a/selecting_audio_04.png Note that to make a selection with the mouse, you must click and drag on the track waveform, not on the Timeline above the waveform. More information here: https://manual.audacityteam....
by steve
Wed Aug 14, 2019 10:04 am
Forum: Audio Processing
Topic: Windowing filters
Replies: 2
Views: 558

Re: Windowing filters

I think the Wikipedia article on window functions is easier to read: https://en.wikipedia.org/wiki/Window_function

The Hann window is a good default choice. Other window functions may be used if there's a definite reason why it is more appropriate.
by steve
Wed Aug 14, 2019 9:58 am
Forum: Macros and Scripting
Topic: Deleting silence every second
Replies: 14
Views: 977

Re: Deleting silence every second

I think there's a limit to the number of commands that a Macro can do in one go No. That's not the cause. The problem was that the code was rounding decimal numbers as described here: https://www.audacity-forum.de/download/edgar/nyquist/nyquist-doc/xlisp/xlisp-ref/xlisp-ref-119.htm The fix is to se...
by steve
Wed Aug 14, 2019 8:13 am
Forum: New Plug-Ins
Topic: Binson Echorec 2019
Replies: 17
Views: 1278

Re: Binson Echorec 2019

Would you say that the built in reverbs are better, I mean apart from that they consist of only one line of code? Reverb is one of those effects where tiny subtle differences make a huge difference, and a good reverb in one context can sound terrible when used with different material (and vice vers...
by steve
Tue Aug 13, 2019 10:10 pm
Forum: New Plug-Ins
Topic: Binson Echorec 2019
Replies: 17
Views: 1278

Re: Binson Echorec 2019

I've only had a quick look so far. It looks good. A little "trick" that you may find interesting / useful: When you have "optional" controls that are commented out by default (such as "head-times"), rather than simply hard coding the default values as: (setq head-times ...
by steve
Tue Aug 13, 2019 12:15 pm
Forum: Adding Features to Audacity
Topic: An attempt to apply Repair channel to mono
Replies: 11
Views: 627

Re: An attempt to apply Repair channel to mono

Or you can put this file in Audacity's "Macro" folder if you know where that is.
mono to stereo.txt
(54 Bytes) Downloaded 17 times
by steve
Tue Aug 13, 2019 12:13 pm
Forum: Adding Features to Audacity
Topic: An attempt to apply Repair channel to mono
Replies: 11
Views: 627

Re: An attempt to apply Repair channel to mono

macro.png
macro.png (65.44 KiB) Viewed 407 times