博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
linux下播放mp3
阅读量:6720 次
发布时间:2019-06-25

本文共 2168 字,大约阅读时间需要 7 分钟。

主站

下载这个最新的版本
我下回来放在这里
#cd /usr/local/src
#tar -zxvf mpg123-0.59r.tar.gz
#cd mpg123-0.59r
#make
You must specify the system which you want to compile for:
make linux-help Linux, more help
make freebsd-help FreeBSD more help
make solaris Solaris 2.x (tested: 2.5 and 2.5.1) using SparcWorks cc
make solaris-gcc Solaris 2.x using GNU cc (somewhat slower)
make solaris-gcc-esd Solaris 2.x using gnu cc and Esound as audio output
make solaris-x86-gcc-oss Solaris with (commercial) OSS
make solaris-gcc-nas Solaris with gcc and NAS
make sunos SunOS 4.x (tested: 4.1.4)
make hpux HP/UX 9/10, /7xx
make hpux-gcc HP/UX 9/10, /7xx using GCC cc
make hpux-alib HP/UX with ALIB audio
make sgi SGI running IRIX
make sgi-gcc SGI running IRIX using GCC cc
make dec DEC Unix (tested: 3.2 and 4.0), OSF/1
make ultrix DEC Ultrix (tested: 4.4)
make aix-gcc IBM AIX using gcc (tested: 4.2)
make aix-xlc IBM AIX using xlc (tested: 4.3)
make aix-tk3play IBM AIX
make os2 IBM OS/2
make netbsd NetBSD
make bsdos BSDI BSD/OS
make bsdos4 BSDI BSD/OS 4.0
make bsdos-nas BSDI BSD/OS with NAS support
make mint MiNT on Atari
make generic try this one if your system isn''t listed above
这是它支持的平台
#make linux-help
There are several Linux flavours. Choose one:
make linux Linux (i386, Pentium or unlisted platform)
make linux-i486 Linux (optimized for i486 ONLY)
make linux-3dnow Linux, output 3DNow!(TM) optimized code
(ie with ''as'' from binutils-2.9.1.0.19a or later)
make linux-alpha make with minor changes for ALPHA-Linux
make linux-ppc LinuxPPC or MkLinux for the PowerPC
make linux-m68k Linux/m68k (Amiga, Atari) using OSS
make linux-nas Linux, output to Network Audio System
make linux-sparc Linux/Sparc
make linux-sajber Linux, build binary for Sajber Jukebox frontend
make linux-alsa Linux with ALSA sound driver
make linux-mips-alsa Linux/MIPS with ALSA sound driver
make linux-esd Linux, output to EsounD
make linux-alpha-esd Linux/Alpha, output to EsounD
make linux-ppc-esd Linux/PPC, output to EsounD
这是支持的linux平台
于是我选
#make linux
开始编译,完了安装
#make install
好了,听歌
#/usr/local/bin/mpg123 /usr/local/mp3/xxx.mp3 2>/dev/null &
列表听歌,乱序播放
#/usr/local/bin/mpg123 -@ 1.lst -Z 2>/dev/null &
感觉还不错

转载地址:http://flcmo.baihongyu.com/

你可能感兴趣的文章
jq 获取各个元素的宽度高度的方法
查看>>
AJAX实现仿Google Suggest效果
查看>>
[ACM]A + B Problem (大数相加3种方法)
查看>>
Java 环境搭建
查看>>
软件体系架构阅读笔记十五
查看>>
启用了不安全的HTTP方法解决办法 IBM APPSCAN
查看>>
javascript小记-javascript运行机制
查看>>
汇编指令
查看>>
JVM调优——之CMS 常见参数解析
查看>>
深入.NET框架
查看>>
Android Studio实现Service AIDL
查看>>
模态混叠和端点效应
查看>>
数据库
查看>>
初始Hibernate框架
查看>>
js中math对象的使用
查看>>
写《一摞烙饼的排序》的代码关于架构有感
查看>>
beego 定义一个存储变量的容器
查看>>
[HDU5343]MZL's Circle Zhou
查看>>
不要妄想永远,只愿珍惜现在
查看>>
Centos 7 安装和配置Redis
查看>>