← 返回命令列表

Linux command

audacity 命令

文本

复制后可按需替换文件名、目录或参数。

常用示例

Launch Audacity

audacity

Open an audio file

audacity [path/to/audio.wav]

Open multiple audio files

audacity [file1.wav] [file2.mp3] [file3.ogg]

Display version

audacity -version

Display help

audacity -help

Set block size

audacity -blocksize [4096] [path/to/audio.wav]

说明

Audacity is a free, open-source graphical audio editor for recording and editing sounds. It supports multiple audio formats including uncompressed formats (WAV, AIFF, AU) and compressed formats (MP3, Ogg Vorbis, FLAC) through external libraries. Audacity provides multi-track editing, recording from various sources, effects processing, and format conversion. It supports LADSPA and Nyquist plugins for extended functionality. The editor is disk-based, meaning audio data is stored in a temporary directory during editing rather than entirely in memory. Audacity is primarily an interactive graphical application. For batch processing or command-line audio manipulation, tools like sox or ecasound are more suitable.

参数

-help
Display a brief list of command line options.
-version
Display the Audacity version number.
-blocksize _nnn_
Set the Audacity block size for writing files to disk to nnn bytes.
-test
Run self-diagnostic tests (only present in development builds).

FAQ

What is the audacity command used for?

Audacity is a free, open-source graphical audio editor for recording and editing sounds. It supports multiple audio formats including uncompressed formats (WAV, AIFF, AU) and compressed formats (MP3, Ogg Vorbis, FLAC) through external libraries. Audacity provides multi-track editing, recording from various sources, effects processing, and format conversion. It supports LADSPA and Nyquist plugins for extended functionality. The editor is disk-based, meaning audio data is stored in a temporary directory during editing rather than entirely in memory. Audacity is primarily an interactive graphical application. For batch processing or command-line audio manipulation, tools like sox or ecasound are more suitable.

How do I run a basic audacity example?

Run `audacity` in a terminal, then adjust file names, paths, flags, or remote targets for your system.

What does -help do in audacity?

Display a brief list of command line options.