Steve did not say that. Please do not misquote me, it's not polite.
Search found 59476 matches
- Sun Aug 18, 2019 8:57 pm
- Forum: Adding Features to Audacity
- Topic: Piped export, allow export as float32le not just s16le
- Replies: 11
- Views: 1106
- Sun Aug 18, 2019 8:53 pm
- Forum: Windows
- Topic: No way to batch process Mono to Stereo?
- Replies: 6
- Views: 975
Re: No way to batch process Mono to Stereo?
You can't do anything random with an ordinary Macro. Ordinary Macros are strictly a list of commands that run one after another. There's no logic other than step 1 => step 2 => step 3... For more complex tasks, Macro scripting commands can be run from a Nyquist script. These are called "Nyquist...
- Sun Aug 18, 2019 8:45 pm
- Forum: Nyquist
- Topic: is there a good Nyquist compressor plug in för drums and guitar out there
- Replies: 7
- Views: 739
Re: is there a good Nyquist compressor plug in för drums and guitar out there
"Soft Limit" has a "soft knee" whereas "Hard Limit" has a "hard knee" that starts much closer to the limit level. Both of these settings are like traditional "compressors", with fast "attack" and "release", short "hold",...
- Sun Aug 18, 2019 8:33 pm
- Forum: Windows
- Topic: Batch processing on multiple folders?
- Replies: 17
- Views: 1679
Re: Batch processing on multiple folders?
There are no plans to add multi-directory support to Macros.
- Sun Aug 18, 2019 1:02 pm
- Forum: Windows
- Topic: Batch processing on multiple folders?
- Replies: 17
- Views: 1679
Re: Batch processing on multiple folders?
Or there is any other workaround/option i'm missing? If you know Python, then you could write a Python program to control Audacity via "scripting commands" https://manual.audacityteam.org/man/scripting.html Audacity 2.3.2 includes mod-script-pipe, so you only need to enable it in Preferen...
- Sun Aug 18, 2019 12:49 pm
- Forum: Maintaining / Improving this Forum
- Topic: tell how to vote in 1st sticky Adding Features section
- Replies: 3
- Views: 950
Re: tell how to vote in 1st sticky Adding Features section
Thanks for your suggestion. I have added: If you wish to voice support for a feature that has been requested by someone else, just post a reply to voice your support. I think it's often more useful and clearer for people to briefly state what they are supporting and why, rather than just a "+1&...
- Sun Aug 18, 2019 12:29 pm
- Forum: Nyquist
- Topic: Reduce or increase pitch WITH preserving duration
- Replies: 5
- Views: 617
Re: Reduce or increase pitch WITH preserving duration
But I hope the rubberband way of changing pitch and tempo will be taken in some near future into the Audacity code or at least will get a channel allowing its use in Audacity. That's not going to happen. To run RubberBand in Audacity on Windows, you would need a Windows version of the RubberBand LA...
- Sun Aug 18, 2019 12:24 pm
- Forum: Nyquist
- Topic: ACX Check: Help to Understand its Code
- Replies: 12
- Views: 1162
Re: ACX Check: Help to Understand its Code
but the latest Audacity and Nyquist recommends SAL, doesn’t it? Audacity does not make any recommendation. Choose whichever you prefer. When code is written in SAL, Nyquist reads the commands, compiles them into Lisp, and evaluates the commands. If you write in LISP, then you cut out the conversion...
- Sat Aug 17, 2019 7:28 pm
- Forum: Windows
- Topic: No way to batch process Mono to Stereo?
- Replies: 6
- Views: 975
Re: No way to batch process Mono to Stereo?
I'm glad you posted. This is a very good example of a very simple Macro, so I've added it to a page of examples on the Audacity wiki: https://wiki.audacityteam.org/wiki/Macro_Examples This is a new page, so if you are interested in Macros, you may want to revisit it in the future as I am still in th...
- Sat Aug 17, 2019 7:02 pm
- Forum: Windows
- Topic: No way to batch process Mono to Stereo?
- Replies: 6
- Views: 975
Re: No way to batch process Mono to Stereo?
I think your macro could be even simpler.
Exporting automatically mixes down all non-muted tracks in the project, so all you need to do is add a stereo track, and export.
Exporting automatically mixes down all non-muted tracks in the project, so all you need to do is add a stereo track, and export.