macOS
brew install libgsmlocal Homebrew formula metadata
sudo port install libgsmMacPorts ports tree · audio/libgsm/Portfile · 来源: api.github.com
安装
brew install libgsmlocal Homebrew formula metadata
sudo port install libgsmMacPorts ports tree · audio/libgsm/Portfile · 来源: api.github.com
sudo apt install libgsm-toolsDebian stable package indexes · libgsm-tools · 来源: deb.debian.org
sudo zypper install libgsm-developenSUSE Tumbleweed package metadata · libgsm-devel · 来源: download.opensuse.org
nix profile install nixpkgs#tcatnixpkgs package indexes · pkgs/by-name/tc/tcat/package.nix · 来源: api.github.com
概览
Lossy speech compression library
历史
libgsm is Jutta Degener and Carsten Bormann's C implementation of the GSM 06.10 RPE-LTP speech codec, distributed with a small Unix-style toolset headed by toast, untoast, and tcat. It matters in package collections because it is a compact, long-lived reference implementation of a telephony-era codec that still appears wherever old audio formats, speech samples, or GSM-framed test data need to be handled.
The project began in 1992 at the Technical University of Berlin, where Degener's research group needed a speech-compression algorithm for multimedia conferencing experiments and selected the ETSI GSM 06.10 speech codec. Degener and Bormann implemented the GSM 06.10 RPE-LTP coder and decoder in C, exposing both a library API and standalone tools for encoding and decoding speech data.
The implementation reflects early-1990s Unix multimedia culture: the toast command was modeled after Unix compress, but it produces lossy .gsm speech data rather than reversible compressed files. The upstream page documents details such as 160-sample PCM frames encoded into 264-bit GSM frames, optional frame inspection, and portability notes for Unix-like systems, VMS, MS-DOS, and 64-bit DEC Alpha systems.
libgsm spread through operating-system package collections because it solved a narrow problem with few dependencies. Build a GSM 06.10 codec and get small command-line tools for batch conversion. The batch input lists packages for Homebrew, Debian, Ubuntu, MacPorts, Nix, and openSUSE, showing the usual path for old C libraries that remain useful as compatibility glue.
Users normally encounter libgsm either as a dependency of audio or telephony software, or through the toast, untoast, and tcat commands for converting raw speech samples to and from GSM 06.10 data. Developers use the library when they need a small C codec implementation rather than a full multimedia framework.
libgsm is the kind of package that makes old media stacks work quietly: tiny, ancient, standards-adjacent, and still carried because removing it breaks obscure but real audio workflows. Its licensing and provenance are also notable because Homebrew records the TU-Berlin-2.0 license while the upstream page preserves the original research-code distribution context.
安全态势
library-like package without higher-risk signals.
绿色 风险 · 低 置信度 · appliance
在无人值守的代理使用前,请检查该工具是否读取明文凭据、写入远程状态、发布制品或调用插件。
可执行文件
| 命令 | 类型 | 暴露范围 | 备注 |
|---|---|---|---|
tcat | cli | 全局可执行文件 | |
toast | cli | 全局可执行文件 | |
untoast | cli | 全局可执行文件 |
新鲜度
这些信号区分页生成时间、软件包管理器活动和上游发布比较。只有存在证据 URL 和可比较版本时,才会提示版本落后。
安装元数据
| 软件包键 | brew:libgsm |
|---|---|
| 版本 | 1.0.24 |
| 软件包管理器 | Homebrew |
| 软件包管理器页面 | https://formulae.brew.sh/formula/libgsm |
| 主页 | https://www.quut.com/gsm/ |
| 上游文档 | https://www.quut.com/gsm |
| 许可证 | TU-Berlin-2.0 |
| 源码归档 | https://www.quut.com/gsm/gsm-1.0.24.tar.gz |
| Bottle | 可用 (于 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| Homebrew post-install | 未定义 |
| 服务 | 未声明 |
注册表事实
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | libgsm |
| Version Scheme | 0 |
| Revision | 0 |
| Conflicts With |
|
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
源数据库匹配
匹配项来自外部软件包管理器索引,并与本地 Automic Vault 软件包链接分开显示。
libgsm-tools 1.0.22-1+b2
User binaries for a GSM speech compressor
sudo apt install libgsm-toolslibgsm1 1.0.22-1+b2
Shared libraries for GSM speech compressor
sudo apt install libgsm1libgsm1-dev 1.0.22-1+b2
Development libraries for a GSM speech compressor
sudo apt install libgsm1-devlibgsm-tools 1.0.22-1build1
User binaries for a GSM speech compressor
sudo apt install libgsm-toolslibgsm1 1.0.22-1build1
Shared libraries for GSM speech compressor
sudo apt install libgsm1libgsm1-dev 1.0.22-1build1
Development libraries for a GSM speech compressor
sudo apt install libgsm1-devlibgsm-devel 1.0.24-1.2
GSM 06.10 Lossy Speech Compressor Library and Utilities
sudo zypper install libgsm-devellibgsm-devel-32bit 1.0.24-1.2
GSM 06.10 Lossy Speech Compressor Library and Utilities
sudo zypper install libgsm-devel-32bitlibgsm-utils 1.0.24-1.2
GSM 06.10 Lossy Speech Compressor Library and Utilities
sudo zypper install libgsm-utilslibgsm1 1.0.24-1.2
GSM 06.10 Lossy Speech Compressor Library and Utilities
sudo zypper install libgsm1libgsm1-32bit 1.0.24-1.2
GSM 06.10 Lossy Speech Compressor Library and Utilities
sudo zypper install libgsm1-32bitlibgsm
sudo port install libgsmtcat
sudo port install tcattoast
sudo port install toasttcat
nix profile install nixpkgs#tcattoast
nix profile install nixpkgs#toast来源线索
此页面由 av-web 从 scripts/generate-pkg-sqlite.py 生成的私有软件包 SQLite 工件提供。
View the package source record on GitHub.