starting and loading a project from CLI

This section is now closed.
Forum rules
Audacity 1.3.x is now obsolete. Please use the current Audacity 2.x.x package for your distribution or compile Audacity from the source code.
Locked
richard-g8jvm2
Posts: 5
Joined: Fri Apr 15, 2011 1:33 pm
Operating System: Please select

starting and loading a project from CLI

Post by richard-g8jvm2 » Fri Apr 15, 2011 1:41 pm

Hi all
a newbie type question SRI.
I'm starting Audacity from a script after starting jack from qjackctl and jack-rack.

what is the CLI syntax for starting Audacity and automatically loading an audio project ?
BTW if someone knows the syntax for loading the configuration of jack-rack in the same way that would be really be helpful.

I'm in a situation where I need to be able to just click on a desktop icon, pointing to a script, in court to start playing back a recorded meeting.

many thanks
Richard

steve
Site Admin
Posts: 81609
Joined: Sat Dec 01, 2007 11:43 am
Operating System: Linux *buntu

Re: starting and loading a project from CLI

Post by steve » Fri Apr 15, 2011 2:17 pm

richard-g8jvm2 wrote:what is the CLI syntax for starting Audacity and automatically loading an audio project ?

Code: Select all

audacity nameofproject.aup
9/10 questions are answered in the FREQUENTLY ASKED QUESTIONS (FAQ)

Locked