libsndfile
brew install libsndfile
v1.2.2_1
LGPL-2.1-or-later
C library for reading and writing audio files in WAV, AIFF, FLAC, and Ogg Vorbis formats.
Why you might care
Essential shared library for audio applications that need to load or save sampled sound data; used as a runtime dependency in DAWs, audio editors, and music processing tools. Supports multiple codecs (FLAC, Vorbis, Opus) and handles endianness and bit-depth conversions transparently, making it a standard choice for cross-platform audio I/O.
15.9k
30-day installs · #270
58.2k
90-day · #252
308.3k
365-day · #211
Runtime dependencies
Build dependencies
Links
- https://libsndfile.github.io/libsndfile/
- Brew formula source: Formula/lib/libsndfile.rb
Blurb generated by claude-haiku-4-5 on today.
Raw metadata
{
"aliases": [],
"alternatives": [
"libav",
"SoX",
"FFmpeg"
],
"build_dependencies": [
"cmake"
],
"categories": [
"library",
"audio-tool"
],
"caveats": null,
"conflicts_with": [],
"dependencies": [
"flac",
"lame",
"libogg",
"libvorbis",
"mpg123",
"opus"
],
"deprecated": 0,
"deprecation_reason": null,
"desc": "C library for files containing sampled sound",
"disable_reason": null,
"disabled": 0,
"enrichment_fetched_at": "2026-06-20T23:40:46+00:00",
"first_seen": "2026-06-20T23:34:18+00:00",
"full_name": "libsndfile",
"github_default_branch": null,
"github_last_commit_at": null,
"github_readme_excerpt": null,
"github_repo": null,
"github_stars": null,
"github_topics": [],
"homepage": "https://libsndfile.github.io/libsndfile/",
"homepage_og_description": null,
"homepage_og_image": null,
"homepage_title": "The libsndfile Home Page",
"installs_30d": 15859,
"installs_365d": 308281,
"installs_90d": 58203,
"keg_only": 0,
"keg_only_reason": null,
"last_seen": "2026-06-20T23:34:18+00:00",
"license": "LGPL-2.1-or-later",
"llm_generated_at": "2026-06-20T23:43:50+00:00",
"llm_model": "claude-haiku-4-5",
"name": "libsndfile",
"oldnames": [],
"one_liner": "C library for reading and writing audio files in WAV, AIFF, FLAC, and Ogg Vorbis formats.",
"optional_dependencies": [],
"rank_30d": 270,
"rank_365d": 211,
"rank_90d": 252,
"raw_hash": "327d184021dc224e",
"recommended_dependencies": [],
"revision": 1,
"ruby_source_path": "Formula/lib/libsndfile.rb",
"tap": "homebrew/core",
"test_dependencies": [],
"uses_from_macos": [
{
"python": "build"
}
],
"version_head": null,
"version_stable": "1.2.2",
"versioned_formulae": [],
"why_use_this": "Essential shared library for audio applications that need to load or save sampled sound data; used as a runtime dependency in DAWs, audio editors, and music processing tools. Supports multiple codecs (FLAC, Vorbis, Opus) and handles endianness and bit-depth conversions transparently, making it a standard choice for cross-platform audio I/O."
}