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
Command-Line Control
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.
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.
-
psustudent1
- Posts: 2
- Joined: Mon Jul 27, 2009 2:50 pm
- Operating System: Please select
Re: Command-Line Control
Code: Select all
audacity [ AUDIO-FILE ]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
Thank you, I thought this might be the case.