mpg123-1.32.3

mpg123 の概要

The mpg123 package contains a console-based MP3 player. It claims to be the fastest MP3 decoder for Unix.

[注記]

注記

LFS や依存パッケージが本ブックに示す最新安定バージョンでなかった場合には、BLFS 開発版においては、パッケージのビルドや処理実行が適切に行われないことがあります。

パッケージ情報

mpg123 の依存パッケージ

推奨

任意

PulseAudio-16.1, sdl12-compat-1.2.68, JACK, OpenAL, PortAudio

mpg123 のインストール

以下のコマンドを実行して mpg123 をビルドします。

./configure --prefix=/usr &&
make

ビルド結果をテストする場合は make check を実行します。

root ユーザーになって以下を実行します。

make install

パッケージ構成

インストールプログラム: mpg123, mpg123-id3dump, mpg123-strip, out123
インストールライブラリ: libmpg123.so, libout123.so, libsyn123.so
インストールディレクトリ: /usr/lib/mpg123

概略説明

mpg123

is used for playing MP3 files via the console

mpg123-id3dump

is a tool to dump ID3 meta data from MPEG audio files using libmpg123

mpg123-strip

extracts only MPEG frames from a stream using libmpg123 (stdin to stdout)

out123

plays raw PCM audio to an output device

libmpg123.so

contains the mpg123 API functions

libout123.so

contains the out123 API functions

libsyn123.so

contains some audio signal synthesis and format conversion functions