Linux console audio player

5 лучших музыкальных проигрывателей командной строки для Linux

Терминал обычно используется для выполнения административных задач в системе Linux, таких как установка пакетов, настройка служб, обновление и обновление пакетов, и это лишь некоторые из них.

Но знаете ли вы также, что можете наслаждаться воспроизведением своих любимых аудиофайлов прямо с терминала? Да, вы можете, благодаря некоторым крутым и инновационным музыкальным проигрывателям для консолей.

В этом руководстве мы освещаем лучшие музыкальные проигрыватели командной строки для Linux.

1. CMUS — консольный музыкальный проигрыватель

Написанный на языке программирования C, CMUS представляет собой легкий, но мощный консольный музыкальный проигрыватель, разработанный для систем Unix/Linux. Он поддерживает широкий спектр аудиоформатов, и в нем довольно легко ориентироваться после того, как вы освоите некоторые основные команды.

Давайте кратко рассмотрим некоторые из основных функций:

  • Поддержка множества популярных музыкальных форматов, включая mp3, aac, wave и flac и многие другие.
  • Вывод звука в формате ALSA и JACK.
  • Возможность организовывать музыку в плейлисты и создавать очереди для ваших песен. С помощью CMUS вы также можете создать собственную музыкальную библиотеку.
  • Множество быстрых клавиш, которые вы можете использовать, чтобы сделать работу с пользователем интереснее.
  • Поддержка непрерывного воспроизведения, что позволяет воспроизводить музыку без перерыва.
  • Вы можете найти расширения и другие удобные скрипты на вики CMUS.

Установите CMUS в Linux

$ sudo apt-get install cmus [On Debian, Ubuntu & Miny] $ sudo dnf install cmus [On CentOS, RHEL & Fedora] $ sudo pacman -S cmus [On Arch Linux & Manjaro]

2. MOC — Музыка на консоли

Сокращенно от Music On Console, MOC представляет собой легкий и простой в использовании музыкальный проигрыватель с командной строкой. MOC позволяет вам выбрать каталог и воспроизводить аудиофайлы, содержащиеся в каталоге, начиная с первого в списке.

Давайте рассмотрим некоторые ключевые особенности:

  • Поддержка непрерывного воспроизведения.
  • Поддержка аудиофайлов, таких как wav, mp3, mp4, flac, oog, aac и MIDI.
  • Пользовательские клавиши или сочетания клавиш.
  • Аудиовыход ALSA, JACK и OSS.
  • Набор настраиваемых цветовых тем.

Установить МОС на Linux

$ sudo apt-get install moc [On Debian, Ubuntu & Miny] $ sudo dnf install moc [On CentOS, RHEL & Fedora] $ sudo pacman -S moc [On Arch Linux & Manjaro]

3. Музыкальный куб

Musikcube — еще один бесплатный музыкальный проигрыватель на базе терминала с открытым исходным кодом, который использует набор плагинов, написанных на C++, для обеспечения таких функций, как потоковая передача данных, обработка цифровых сигналов, обработка вывода и многое другое.

Читайте также:  Linux команды архивирования файлов

Musikcube — это кроссплатформенный музыкальный проигрыватель, который может работать даже на Raspberry Pi. Он использует базу данных SQLite для хранения плейлиста и метаданных дорожек. Он работает исключительно с текстовым пользовательским интерфейсом, созданным с помощью ncurses.

Давайте рассмотрим некоторые ключевые особенности:

  • Может легко воспроизводить звук 24 бит/192 КБ.
  • Музыкальный проигрыватель предлагает как плейлисты, так и управление очередью воспроизведения.
  • Может действовать как клиент потокового аудио на безголовом сервере.
  • Поддержка библиотек с более чем 100 000 дорожек.
  • Он обеспечивает непрерывное воспроизведение с эффектом плавного затухания вместе с тегами индекса.

Для установки перейдите к руководству по установке, чтобы приступить к работе.

4. mpg123 — аудиоплеер и декодер

Плеер mpg123 — это бесплатный консольный аудиоплеер и декодер с открытым исходным кодом, написанный на языке C. Он предназначен как для систем Windows, так и для Unix/Linux.

Давайте рассмотрим некоторые ключевые особенности:

  • Непрерывное воспроизведение аудиофайлов mp3.
  • Встроенные ярлыки терминала.
  • Поддерживает множество платформ (Windows, Linux, BSD и macOS).
  • Несколько вариантов аудио.
  • Поддержка широкого спектра аудиовыходов, включая ALSA, JACK и OSS.

Установите mpg123 в Linux

$ sudo apt-get install mpg123 [On Debian, Ubuntu & Miny] $ sudo dnf install mpg123 [On CentOS, RHEL & Fedora] $ sudo pacman -S mpg123 [On Arch Linux & Manjaro]

5. Mp3blaster — аудиоплеер для консоли

Mp3blaster существует с 1997 года. К сожалению, он не находился в активной разработке с 2017 года. Тем не менее, это все еще достойный аудиоплеер на базе терминала, который позволяет вам наслаждаться аудиодорожками. Вы можете найти официальный репозиторий, размещенный на GitHub.

Давайте рассмотрим некоторые ключевые особенности:

  • Поддержка сочетаний клавиш, что делает его относительно простым в использовании.
  • Отличная поддержка плейлистов.
  • Отличное качество звука.

Установите Mp3blaster на Linux

$ sudo apt-get install mp3blaster [On Debian, Ubuntu & Miny] $ sudo dnf install mp3blaster [On CentOS, RHEL & Fedora] $ sudo pacman -S mp3blaster [On Arch Linux & Manjaro]

Это был обзор некоторых из самых популярных проигрывателей командной строки, доступных для Linux и даже для Windows. Есть ли что-то, что, по вашему мнению, мы упустили? Дайте нам крик.

Источник

cmus

cmus screenshot

cmus comes with a great reference manual. If you have it installed, try
man cmus-tutorial , man cmus and man cmus-remote .

Online Documentation

Download

Stable Releases

  • cmus-2.9.1.tar.gz, released 22.01.2021
    A lot of minor improvements and fixes compared to 2.8.0. See release notes for a more complete list of changes.
  • cmus-2.8.0.tar.gz, released 29.01.2019
    Highlights of the release are CoreAudio output plugin, D-Bus (MPRIS) support, and ability to work with multiple playlists. See release notes for a more complete list of changes.
  • cmus-2.7.1.tar.gz, released 13.07.2015
    Cmus has gained support for conditionals in format strings, sndio output plugin (OpenBSD), VTX input plugin (ZX Spectrum, Atari, Amstrad CPC), and optional mouse support. More detailed list of changes can be found in the release notes.
  • cmus-2.6.2.tar.gz, released 29.06.2015
    Major new features are display of all tracks when artist is selected in tree view, JACK output and Opus input plugins. Please see release notes for a more detailed list of changes since 2.5.x.
  • cmus-2.5.1.tar.gz, released 14.05.2014
    Since 2.4.x., cmus has gained CUE sheets support, cdio input plugin, new «zenburn» color scheme, as well as tons of minor enhancements and new features — detailed release notes can be found here.
  • cmus-v2.4.3.tar.bz2, released 30.11.2011
    Compared to 2.3.x series, this release features tons of improvements, with most notable ones being live library/playlist filtering and playback resume support — please see the full release notes here.
  • cmus-v2.3.5.tar.bz2, released 10.04.2011
    Among other things, this release (compared to 2.2.0) features gapless MP3 playback, native PulseAudio support, faster startup, and much improved compilations handling.
  • cmus-v2.2.0.tar.bz2, released 27.07.2007
    When trees were tall, and grass was green.
Читайте также:  Линукс ubuntu виртуальная машина

Bleeding Edge

If you want to help cmus development and be among the first to try the latest and greatest features, use the master branch, e.g.:

git clone https://github.com/cmus/cmus.git cd cmus ./configure prefix=$HOME/cmus make install

You may want to add the installation directory to your PATH, e.g.:

echo 'export PATH=$HOME/cmus/bin:$PATH' >> ~/.bashrc ; . ~/.bashrc

Don’t hesitate to submit an issue if you have any problems, suggestions or bug reports.

Development

GitHub page

Issue Tracker

Please use the GitHub issues page for any problems, suggestions, or bug reports.

Mailing List

Dependencies

Optional Dependencies

  • libpulse (PulseAudio)
  • alsa-lib (ALSA)
  • OSS (OSS)
  • libroar (RoarAudio)
  • libao (libao)
  • aRts (aRts)
  • libcdio (cdio plugin)
  • libcddb (cdio plugin)
  • FLAC (.flac)
  • Opus (.opus)
  • libvorbis (.ogg)
  • libmpcdec (.mpc, .mpp, .mp+)
  • wavpack (.wv)
  • libmad (.mp3)
  • libavcodec (.wma, .ape, .mka, .tta, .shn, . )
  • FAAD (.aac)
  • mp4v2, FAAD (.mp4, .m4a, .m4b)
  • libmodplug (.mod, .s3m, . )
  • libmikmod (.mod, .s3m, . )
  • BASS (.mod, .s3m, . )

Источник

The 5 Best Command Line Music Players for Linux

The terminal is usually used to accomplish administrative tasks on a Linux system such as installing packages, configuring services, updating, and upgrading packages to mention a few.

But did you also know you can enjoy playing your favourite audio files straight from the terminal? Yes, you can, thanks to some cool and innovative console-based music players.

In this guide, we shine the spotlight on the best command-line music players for Linux.

1. CMUS – Console Music Player

Written in C programming language, CMUS is a light-weight yet powerful console-based music player designed for Unix/Linux systems. It supports a wide range of audio formats and is quite easy to navigate once you have mastered some basic commands.

Let’s take a look at some of the main features in brief:

CMUS Console Music Player

  • Support for an array of popular music formats including mp3, aac, wave, and flac to mention a few.
  • Output sound in ALSA and JACK format.
  • Ability to organize your music in playlists and create queues for your songs. With CMUS, you can also create your custom music library.
  • Plenty of keyboard shortcuts that you can use to make your user experience fun.
  • Support for gapless playback that lets you play music without interruption.
  • You can find extensions and other handy scripts from CMUS’s wiki.

Install CMUS on Linux

$ sudo apt-get install cmus [On Debian, Ubuntu & Miny] $ sudo dnf install cmus [On CentOS, RHEL & Fedora] $ sudo pacman -S cmus [On Arch Linux & Manjaro]

2. MOC – Music On Console

Short for Music On Console, MOC is a light and easy-to-use command-line music player. MOC allows you to select a directory and play audio files contained in the directory beginning with the first on the list.

Читайте также:  Linux ubuntu все версии

Let’s take a look at some of the key features:

Moc - Music On Console

  • Support for gapless playback.
  • Support for audio files such as wav, mp3, mp4, flac, oog, aac and MIDI.
  • User defined-keys or keyboard shortcuts.
  • ALSA, JACK & OSS audio output.
  • A collection of customizable colour themes.

Install MOC on Linux

$ sudo apt-get install moc [On Debian, Ubuntu & Miny] $ sudo dnf install moc [On CentOS, RHEL & Fedora] $ sudo pacman -S moc [On Arch Linux & Manjaro]

3. Musikcube

Musikcube is another free and opensource terminal-based music player that leverages a collection of plugins written in C++ to provide functionality such as data streaming, digital signal processing, output handling and so much more.

Musikcube is a cross-platform music player that can even run on Raspberry Pi. It uses the SQLite database for storing playlist and track metadata. It runs purely on a text-based UI built with ncurses.

Let’s take a look at some of the key features:

Musikcube - Terminal Based Music Player

  • Can deliver an output of 24bit/192k audio with ease.
  • The music player offers both playlists and play queue management.
  • Can act as a streaming audio client on a headless server.
  • Support for libraries with over 100,000 tracks.
  • It provides gapless playback with cross-fading effect along with index tagging.

For installation, head over to the releases page and grab the .deb or .rpm for your version of Linux and install it using the installation guide to get up and running.

4. mpg123 – Audio Player and Decoder

The mpg123 player is a free and opensource fast console-based audio player and decoder written in C language. It is tailored for both Windows & Unix/Linux systems.

Let’s take a look at some of the key features:

Mpg123 - Audio Player and Decoder

  • Gapless playback of mp3 audio files.
  • Built-in terminal shortcuts.
  • Supports many platforms ( Windows, Linux, BSD and macOS ).
  • Multiple Audio options.
  • Support a vast variety of audio output including ALSA, JACK and OSS.

Install mpg123 on Linux

$ sudo apt-get install mpg123 [On Debian, Ubuntu & Miny] $ sudo dnf install mpg123 [On CentOS, RHEL & Fedora] $ sudo pacman -S mpg123 [On Arch Linux & Manjaro]

5. Mp3blaster – Audio Player for Console

Mp3blaster has been around since 1997. Sadly it hasn’t been in active development since 2017. Nevertheless, it’s still a decent terminal-based audio player that lets you enjoy your audio tracks. You can find the official repo hosted on GitHub.

Let’s take a look at some of the key features:

Mp3blaster - Audio Player for Linux Console

  • Support for shortcut keys which makes it relatively easy to use.
  • Commendable playlist support.
  • Great sound quality.

Install Mp3blaster on Linux

$ sudo apt-get install mp3blaster [On Debian, Ubuntu & Miny] $ sudo dnf install mp3blaster [On CentOS, RHEL & Fedora] $ sudo pacman -S mp3blaster [On Arch Linux & Manjaro]

That was a round-up of some of the most popular command-line players available for Linux, and even for Windows. Is there any you feel we have left out? Give us a shout.

Источник

Оцените статью
Adblock
detector