On this page you find all important commands for the CLI tool mpg321. If the
command you are looking for is missing please ask our AI.
mpg321
mpg321 is a command line tool used for playing MPEG audio files. It is specifically designed for MPEG 1.0/2.0/2.5 layers 1, 2, and 3.
- mpg321 is an open-source software, released under the GNU General Public License (GPL).
- It provides a lightweight and efficient way to play audio files from the command line interface.
- This tool supports various file formats like MP3, MP2, and MP1.
- mpg321 offers a simple and intuitive user interface with a command-driven approach.
- It has the ability to play audio files directly or to decode them into uncompressed PCM wave files.
- It supports playlists, allowing users to create and play a sequence of audio files.
- The tool can handle audio files with variable bit rates and sample rates.
- It provides options such as adjusting volume, seeking within the file, and displaying file information.
- mpg321 can be easily integrated into scripts and used in automation tasks or applications that require audio playback functionality.
- It is available for various platforms, including Linux, Unix-like systems, and Windows.
List of commands for mpg321:
-
mpg321:tldr:17758 mpg321: Shuffle the files before playing them once.$ mpg321 -z ${select} ${select1} ${---}try on your machineexplain this command
-
mpg321:tldr:2e5c7 mpg321: Play a directory recursively.$ mpg321 -B ${path-to-directory}try on your machineexplain this command
-
mpg321:tldr:3f83e mpg321: Mute/unmute.) while playing.$ mpg321 -K ${select} ${select1} ${---}try on your machineexplain this command
-
mpg321:tldr:580fb mpg321: Play all files in the current directory and subdirectories, randomly (until interrupted), with Basic Keys enabled.$ mpg321 -B -Z -K .try on your machineexplain this command
-
mpg321:tldr:dd1e6 mpg321: Play an audio source exactly N times (N=0 means forever).$ mpg321 -l ${N} ${select} ${select1} ${---}try on your machineexplain this command
-
mpg321:tldr:eff71 mpg321: Play files randomly until interrupted.$ mpg321 -Z ${select} ${select1} ${---}try on your machineexplain this command