Command-Line Control

This section is now closed.
Forum rules
Audacity 1.2.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.
Locked
psustudent1
Posts: 2
Joined: Mon Jul 27, 2009 2:50 pm
Operating System: Please select

Command-Line Control

Post by psustudent1 » Mon Jul 27, 2009 3:12 pm

Hello,

I can't seem to find documentation on Command Line controls for audacity, other than people mentioning that they are very limited. Is there anyway to specify to read in raw data at 8khz from the command line? I can accomplish this manually, but am trying to launch the program from a system call in a matlab program.

Thank you

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

Re: Command-Line Control

Post by steve » Mon Jul 27, 2009 3:52 pm

Code: Select all

audacity [ AUDIO-FILE ]
That's the only command line option.
http://ccrma.stanford.edu/planetccrma/m ... ity.1.html
9/10 questions are answered in the FREQUENTLY ASKED QUESTIONS (FAQ)

psustudent1
Posts: 2
Joined: Mon Jul 27, 2009 2:50 pm
Operating System: Please select

Re: Command-Line Control

Post by psustudent1 » Mon Jul 27, 2009 5:36 pm

Thank you, I thought this might be the case.

Locked