> For the complete documentation index, see [llms.txt](https://book.bsdcn.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://book.bsdcn.org/handbook/di-9-zhang-duo-mei-ti/9.3.-yin-pin-bo-fang-qi.md).

# 9.3.音频播放器

本节介绍了 FreeBSD Ports 中的一些可用于音频播放的软件。

**表 3. 音频播放器包**

| 名称                      | 许可证      | 包名                                                                                | 工具包  |
| ----------------------- | -------- | --------------------------------------------------------------------------------- | ---- |
| Elisa                   | LGPL 3.0 | [audio/elisa](https://cgit.freebsd.org/ports/tree/audio/elisa/)                   | Qt   |
| GNOME Music             | GPL 2.0  | [audio/gnome-music](https://cgit.freebsd.org/ports/tree/audio/gnome-music/)       | GTK+ |
| Audacious               | BSD-2    | [multimedia/audacious](https://cgit.freebsd.org/ports/tree/multimedia/audacious/) | Qt   |
| cmus — C\* Music Player | GPL 2.0  | [audio/cmus](https://cgit.freebsd.org/ports/tree/audio/cmus/)                     | TUI  |

## 9.3.1. Elisa

Elisa 是由 KDE 社区开发的音乐播放器，旨在提供简单且易于使用的体验。

要安装 Elisa，请执行：

```sh
# pkg install elisa
```

## 9.3.2. GNOME Music

GNOME Music 是 GNOME 新的音乐播放应用。它旨在将优雅的浏览体验与简单直观的控制结合在一起。

要安装 GNOME Music，请执行：

```sh
# pkg install gnome-music
```

## 9.3.3. Audacious

Audacious 是一款开源音频播放器。它是 XMMS 的后继者，在高效利用系统资源的同时提供音乐播放功能。

要安装 Audacious，请执行：

```sh
# pkg install audacious-qt6 audacious-plugins-qt6
```

> **注意**
>
> Audacious 原生支持 OSS，但必须在设置中的音频选项卡配置。

## 9.3.4. cmus — C\* Music Player

cmus 是一款适用于类 Unix 操作系统的小巧、快速且功能强大的控制台音乐播放器。

除了各种输入和输出插件外，它还支持 CUE 表单、使用 Unicode、支持 scrobbling（如 last.fm 或 libre.fm）、可对选定文件运行外部程序（如标签编辑器）、可通过 UNIX 套接字控制等。

要安装 cmus，请执行：

```sh
# pkg install cmus
```


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://book.bsdcn.org/handbook/di-9-zhang-duo-mei-ti/9.3.-yin-pin-bo-fang-qi.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
