Is there any way to start Audacity from the command line and have it start a recording session?
Something line "c:program filesaudacityaudacity.exe /record"
This way I can kick off a session for recording without having to worry about having someone go to the computer and click on the recording button to get it started. This way the recording would always be started, as long as the computer is on.
Auto Start Recording from command line
Forum rules
Audacity 1.3.x is now obsolete. Please use the current Audacity 2.1.x version.
The final version of Audacity for Windows 98/ME is the legacy 2.0.0 version.
Audacity 1.3.x is now obsolete. Please use the current Audacity 2.1.x version.
The final version of Audacity for Windows 98/ME is the legacy 2.0.0 version.
-
kozikowski
- Forum Staff
- Posts: 69384
- Joined: Thu Aug 02, 2007 5:57 pm
- Operating System: macOS 10.13 High Sierra
Re: Auto Start Recording from command line
Audacity 1.3 has a timer function that allows unattended recording for one show. Audacity isn't big on command line controls.
Koz
Koz
Re: Auto Start Recording from command line
For command line recording (also playing, editing and other audio manipulations from the command line), see Sox.
9/10 questions are answered in the FREQUENTLY ASKED QUESTIONS (FAQ)
Re: Auto Start Recording from command line
Adding code to start recording via CLI would be very simple but would probably need to also include a switch for length-of-time-to-record (with a useful default). You would probably also want to automatically Export the recording either as an audio (WAV, M4A etc.) and/or Project so that would be two additional optional switches for audio (fully qualified "location/name" and format) plus one for Project (fully qualified "location/name").