There are no configuration options to do that. You would have to modify the source code and build your own, custom version, of Audacity.
Search found 59476 matches
- Wed Apr 17, 2019 12:42 pm
- Forum: GNU/Linux
- Topic: audacity.cfg recentfiles
- Replies: 5
- Views: 604
- Wed Apr 17, 2019 12:31 pm
- Forum: macOS
- Topic: How to open an AUP file from the command line on macOS
- Replies: 20
- Views: 835
Re: How to open an AUP file from the command line on macOS
I've had a look into the code, and in AudacityApp::OnInit(), passing file list arguments via the command line is implemented for Windows and Linux only: #if !defined(__WXMAC__) for (size_t i = 0, cnt = parser->GetParamCount(); i < cnt; i++) { // PRL: Catch any exceptions, don't try this file again, ...
- Wed Apr 17, 2019 12:15 pm
- Forum: macOS
- Topic: How to open an AUP file from the command line on macOS
- Replies: 20
- Views: 835
Re: How to open an AUP file from the command line on macOS
Because:
- You may be trying to do something that is impossible
- You may be trying to do something that can be done another way
but you are not willing to say what that use case is?
- Wed Apr 17, 2019 11:05 am
- Forum: Windows
- Topic: Playback Problems After Silencing Audio
- Replies: 6
- Views: 450
Re: Playback Problems After Silencing Audio
Unfortunately, I will void my warranty if I have any hardware changes made right now. The Behringer UCA-202 that I use is a USB device. It just plugs into a USB port, and then you can plug "line level" devices (such as an audio amp, mixing desk, powered speakers...) into it. It has just o...
- Wed Apr 17, 2019 10:58 am
- Forum: macOS
- Topic: How to open an AUP file from the command line on macOS
- Replies: 20
- Views: 835
- Wed Apr 17, 2019 12:46 am
- Forum: macOS
- Topic: How to open an AUP file from the command line on macOS
- Replies: 20
- Views: 835
Re: How to open an AUP file from the command line on macOS
open command will not work for me because it will just open the file and return to the terminal How does it "open the file"? For me, it opens the Audacity project file in Audacity - isn't that what you want? And I need to keep the "Audacity" instance running on the terminal Why?...
- Wed Apr 17, 2019 12:02 am
- Forum: Windows
- Topic: editing a siminar when cursor turns into a magnifying glass
- Replies: 1
- Views: 148
Re: editing a siminar when cursor turns into a magnifying glass
You may have accidentally pressed the F4 key, or clicked on the zoom tool button. Press the F1 key to get back to the normal cursor.jellyfishjuice wrote: ↑Tue Apr 16, 2019 11:48 pmcursor turns into a magnifying glass wherein waveform can be expanded or deminished
(See: https://manual.audacityteam.org/man/zoom_tool.html)
- Tue Apr 16, 2019 11:59 pm
- Forum: macOS
- Topic: How to open an AUP file from the command line on macOS
- Replies: 20
- Views: 835
Re: How to open an AUP file from the command line on macOS
I've just checked, and on macOS you can just do:
Code: Select all
open "<path>/<file name>.aup"- Tue Apr 16, 2019 10:34 pm
- Forum: macOS
- Topic: How to open an AUP file from the command line on macOS
- Replies: 20
- Views: 835
Re: How to open an AUP file from the command line on macOS
I've not tried this on a Mac, but my guess is that you've probably not got the path to the file correct. Try using the fully qualified file name, in double quotes, after the audacity command. On Linux (and it's probably the same on a Mac), if you navigate to the folder where the project file is, and...
- Tue Apr 16, 2019 10:29 pm
- Forum: Windows
- Topic: Error message in diagnostics
- Replies: 1
- Views: 295
Re: Error message in diagnostics
That's saying that Audacity can't find a compatible version of FFmpeg. Check the instructions here - is this what you did? https://manual.audacityteam.org/man/installing_and_updating_audacity_on_windows.html#winff In particular, ensure that you download the file " ffmpeg-win-2.2.2.exe " by...