macOS
brew install libsndfilelocal Homebrew formula metadata
sudo port install libsndfileMacPorts ports tree · audio/libsndfile/Portfile · 来源: api.github.com
安装
brew install libsndfilelocal Homebrew formula metadata
sudo port install libsndfileMacPorts ports tree · audio/libsndfile/Portfile · 来源: api.github.com
sudo apk add libsndfileAlpine Linux edge package indexes · libsndfile · 来源: dl-cdn.alpinelinux.org
sudo dnf install libsndfileFedora Rawhide package metadata · libsndfile · 来源: dl.fedoraproject.org
nix profile install nixpkgs#libsndfilenixpkgs package indexes · pkgs/by-name/li/libsndfile/package.nix · 来源: api.github.com
sudo pacman -S libsndfileArch Linux sync databases · libsndfile · 来源: geo.mirror.pkgbuild.com
sudo apt install libsndfile1Debian stable package indexes · libsndfile1 · 来源: deb.debian.org
sudo zypper install libsndfile-developenSUSE Tumbleweed package metadata · libsndfile-devel · 来源: download.opensuse.org
choco install libsndfileChocolatey community package catalog · libsndfile · 来源: community.chocolatey.org
scoop install extras/libsndfileScoop official bucket manifest trees · bucket/libsndfile.json · 来源: api.github.com
概览
C library for files containing sampled sound
历史
libsndfile is a long-running C library for reading and writing sampled-sound files through one API. Its package-manager importance comes from hiding the format, endian, and sample-width details of WAV, AIFF, AU, FLAC, Ogg/Vorbis, CAF, and other audio containers behind a small LGPL library and a set of command-line inspection/conversion tools.
Erik de Castro Lopo developed libsndfile and published its original project site at mega-nerd.com. The project's release history records version 0.0.8 on February 15, 1999 as the first official release, version 1.0.0 on August 16, 2002 as the first stable 1.0 release, and later additions such as FLAC and CAF support in 2005 and Ogg/Vorbis support in 2009.
The GitHub README records that de Castro Lopo originally developed and maintained the project and that, after version 1.0.30, maintenance moved to the libsndfile team under the canonical GitHub organization.
libsndfile became common infrastructure in Unix audio stacks because it solved a narrow but persistent portability problem: reading and writing many sampled-audio file formats without each application carrying its own parsers. Its availability across Homebrew, Debian, Fedora, Arch, Nix, MacPorts, Windows package channels, and other ecosystems reflects that library role.
Developers link against the C API or use the bundled tools such as sndfile-info, sndfile-convert, sndfile-play, and metadata utilities. The package is especially useful in audio editors, batch conversion scripts, test pipelines, and DSP programs that need predictable PCM access across multiple container formats.
Package maintainers care about libsndfile because it sits below many higher-level audio applications and has a security-sensitive parser surface. Its release notes include multiple CVE and malformed-file fixes, so distributions tend to track it as a foundational media library rather than as an optional end-user tool.
安全态势
library-like package without higher-risk signals.
绿色 风险 · 低 置信度 · appliance
在无人值守的代理使用前,请检查该工具是否读取明文凭据、写入远程状态、发布制品或调用插件。
可执行文件
| 命令 | 类型 | 暴露范围 | 备注 |
|---|---|---|---|
sndfile-cmp | cli | 全局可执行文件 | |
sndfile-concat | cli | 全局可执行文件 | |
sndfile-convert | cli | 全局可执行文件 | |
sndfile-deinterleave | cli | 全局可执行文件 | |
sndfile-info | cli | 全局可执行文件 | |
sndfile-interleave | cli | 全局可执行文件 | |
sndfile-metadata-get | cli | 全局可执行文件 | |
sndfile-metadata-set | cli | 全局可执行文件 | |
sndfile-play | cli | 全局可执行文件 | |
sndfile-salvage | cli | 全局可执行文件 |
新鲜度
这些信号区分页生成时间、软件包管理器活动和上游发布比较。只有存在证据 URL 和可比较版本时,才会提示版本落后。
https://github.com/libsndfile/libsndfile
安装元数据
| 软件包键 | brew:libsndfile |
|---|---|
| 版本 | 1.2.2 |
| 软件包管理器 | Homebrew |
| 软件包管理器页面 | https://formulae.brew.sh/formula/libsndfile |
| 主页 | https://libsndfile.github.io/libsndfile/ |
| 仓库 | https://github.com/libsndfile/libsndfile |
| 上游文档 | https://libsndfile.github.io/libsndfile |
| 许可证 | LGPL-2.1-or-later |
| 源码归档 | https://github.com/libsndfile/libsndfile/releases/download/1.2.2/libsndfile-1.2.2.tar.xz |
| 依赖 | flac, lame, libogg, libvorbis, mpg123, opus |
| 构建依赖 | cmake |
| Bottle | 可用 (于 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, arm64_ventura, sonoma, ventura, x86_64_linux) |
| Homebrew post-install | 未定义 |
| 服务 | 未声明 |
注册表事实
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | libsndfile |
| Version Scheme | 0 |
| Revision | 1 |
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
源数据库匹配
匹配项来自外部软件包管理器索引,并与本地 Automic Vault 软件包链接分开显示。
libsndfile1 1.2.2-2+deb13u1
Library for reading/writing audio files
https://libsndfile.github.io/libsndfile/
sudo apt install libsndfile1libsndfile1-dev 1.2.2-2+deb13u1
Development files for libsndfile; a library for reading/writing audio files
https://libsndfile.github.io/libsndfile/
sudo apt install libsndfile1-devsndfile-programs 1.2.2-2+deb13u1
Sample programs that use libsndfile
https://libsndfile.github.io/libsndfile/
sudo apt install sndfile-programslibsndfile
nix profile install nixpkgs#libsndfilelibsndfile1 1.2.2-1ubuntu5
Library for reading/writing audio files
http://www.mega-nerd.com/libsndfile/
sudo apt install libsndfile1libsndfile1-dev 1.2.2-1ubuntu5
Development files for libsndfile; a library for reading/writing audio files
http://www.mega-nerd.com/libsndfile/
sudo apt install libsndfile1-devsndfile-programs 1.2.2-1ubuntu5
Sample programs that use libsndfile
http://www.mega-nerd.com/libsndfile/
sudo apt install sndfile-programslibsndfile 1.2.2-r2
C library for reading and writing files containing sampled sound
https://libsndfile.github.io/libsndfile/
sudo apk add libsndfilelibsndfile-dev 1.2.2-r2
C library for reading and writing files containing sampled sound (development files)
https://libsndfile.github.io/libsndfile/
sudo apk add libsndfile-devlibsndfile-doc 1.2.2-r2
C library for reading and writing files containing sampled sound (documentation)
https://libsndfile.github.io/libsndfile/
sudo apk add libsndfile-doclibsndfile-static 1.2.2-r2
C library for reading and writing files containing sampled sound (static library)
https://libsndfile.github.io/libsndfile/
sudo apk add libsndfile-staticlibsndfile 1.2.2-11.fc45
Library for reading and writing sound files
http://libsndfile.github.io/libsndfile/
sudo dnf install libsndfilelibsndfile-devel 1.2.2-11.fc45
Development files for libsndfile
http://libsndfile.github.io/libsndfile/
sudo dnf install libsndfile-devellibsndfile-utils 1.2.2-11.fc45
Command Line Utilities for libsndfile
http://libsndfile.github.io/libsndfile/
sudo dnf install libsndfile-utilslibsndfile 1.2.2-4
A C library for reading and writing files containing sampled audio data
https://libsndfile.github.io/libsndfile/
sudo pacman -S libsndfilelibsndfile-devel 1.2.2-5.1
Development package for the libsndfile library
https://libsndfile.github.io/libsndfile/
sudo zypper install libsndfile-devel来源线索
此页面由 av-web 从 scripts/generate-pkg-sqlite.py 生成的私有软件包 SQLite 工件提供。
View the package source record on GitHub.