It is now available: https://www.audacityteam.org/audacity-2-3-1-released/ChrisMeech wrote: ↑Fri Mar 08, 2019 7:21 pmI'll probably keep on using it until the 2.3.1 release becomes available.
Search found 59476 matches
- Sat Mar 09, 2019 11:17 am
- Forum: Windows
- Topic: Having Difficulty with Sync-Lock Tracks
- Replies: 6
- Views: 243
Re: Having Difficulty with Sync-Lock Tracks
- Sat Mar 09, 2019 11:13 am
- Forum: macOS
- Topic: Difficulty Creating a Macro
- Replies: 38
- Views: 1497
Re: Difficulty Creating a Macro
Given that deborah1217 has not written back, I assume that this post solved the problem: viewtopic.php?p=365475#p365475
- Fri Mar 08, 2019 12:34 pm
- Forum: macOS
- Topic: Difficulty Creating a Macro
- Replies: 38
- Views: 1497
Re: Difficulty Creating a Macro
I've not tested, but I'd be cautious about using any "special" characters in a comment. I don't know if Macro "txt" files will handle mult-byte Unicode characters safely. Normal printable ascii characters should all be OK.
- Fri Mar 08, 2019 12:31 pm
- Forum: macOS
- Topic: Difficulty Creating a Macro
- Replies: 38
- Views: 1497
Re: Difficulty Creating a Macro
Yes it would, though it's pretty unlikely that you would "accidentally" type a valid command.
- Fri Mar 08, 2019 12:30 pm
- Forum: macOS
- Topic: Difficulty Creating a Macro
- Replies: 38
- Views: 1497
Re: Difficulty Creating a Macro
I'm going on extrapolation of forum comments. I don't know that Python comments is supported. I'm waiting for someone to argue with me. "Normal" Macros are not Python. They are just a list of plain text "strings", which Audacity parses. The syntax is very simple. It's a command ...
- Fri Mar 08, 2019 12:21 pm
- Forum: macOS
- Topic: Difficulty Creating a Macro
- Replies: 38
- Views: 1497
Re: Difficulty Creating a Macro
And that's not in the Manual (yet) either ... It is not really a "feature". It works because the Macro ignores invalid commands, and "#Example by koz 2019-03-08" is not a valid command. You could just enter (on it's own line) "Example by koz 2019-03-08", but putting th...
- Fri Mar 08, 2019 12:16 pm
- Forum: Audio Processing
- Topic: How can I amplitude modulate one channel with another ?
- Replies: 24
- Views: 11540
Re: How can I amplitude modulate one channel with another ?
Two mono tracks may be joined together to make a stereo track. See: https://manual.audacityteam.org/man/spl ... racks.html
- Fri Mar 08, 2019 9:00 am
- Forum: Audiobook Production
- Topic: Avoiding interference from Skype
- Replies: 2
- Views: 433
Re: Avoiding interference from Skype
I don't use Skype on Windows, but I found this article: https://www.ghacks.net/2019/02/08/why-i ... indows-10/
- Fri Mar 08, 2019 8:56 am
- Forum: macOS
- Topic: Difficulty Creating a Macro
- Replies: 38
- Views: 1497
Re: Difficulty Creating a Macro
Ensure that you are using the current version of Audacity (https://www.audacityteam.org/download/mac/)
Ensure that the Equalization effect is in "Draw" mode (https://manual.audacityteam.org/man/equalization.html)
Ensure that the Equalization effect is in "Draw" mode (https://manual.audacityteam.org/man/equalization.html)
- Fri Mar 08, 2019 8:51 am
- Forum: Windows
- Topic: Unable to download audio from a video online
- Replies: 3
- Views: 162
Re: Unable to download audio from a video online
Audacity can't "download" from the Internet, but it can (usually) record audio that is playing on your computer. I say "usually", because it does depend on the computer's sound system working properly. There are a couple of methods for recording sounds playing on the computer. In...