Page 1 of 1

Command-Line Control

Posted: Mon Jul 27, 2009 3:12 pm
by psustudent1
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

Re: Command-Line Control

Posted: Mon Jul 27, 2009 3:52 pm
by steve

Code: Select all

audacity [ AUDIO-FILE ]
That's the only command line option.
http://ccrma.stanford.edu/planetccrma/m ... ity.1.html

Re: Command-Line Control

Posted: Mon Jul 27, 2009 5:36 pm
by psustudent1
Thank you, I thought this might be the case.