Forrest logo
tool overview
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.

  1. mpg321 is an open-source software, released under the GNU General Public License (GPL).
  2. It provides a lightweight and efficient way to play audio files from the command line interface.
  3. This tool supports various file formats like MP3, MP2, and MP1.
  4. mpg321 offers a simple and intuitive user interface with a command-driven approach.
  5. It has the ability to play audio files directly or to decode them into uncompressed PCM wave files.
  6. It supports playlists, allowing users to create and play a sequence of audio files.
  7. The tool can handle audio files with variable bit rates and sample rates.
  8. It provides options such as adjusting volume, seeking within the file, and displaying file information.
  9. mpg321 can be easily integrated into scripts and used in automation tasks or applications that require audio playback functionality.
  10. 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 machine
    explain this command
  • mpg321:tldr:2e5c7 mpg321: Play a directory recursively.
    $ mpg321 -B ${path-to-directory}
    try on your machine
    explain this command
  • mpg321:tldr:3f83e mpg321: Mute/unmute.) while playing.
    $ mpg321 -K ${select} ${select1} ${---}
    try on your machine
    explain 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 machine
    explain 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 machine
    explain this command
  • mpg321:tldr:eff71 mpg321: Play files randomly until interrupted.
    $ mpg321 -Z ${select} ${select1} ${---}
    try on your machine
    explain this command
tool overview