libsndfile

libsndfile

A C library for reading and writing sound files containing sampled audio data

  • version 1.2.2-1
  • is not a group package

Dependencies

Installation

Install it by running either;

kpkg install libsndfile

or

kpkg build libsndfile

To see the difference, see The handbook

Dependency Graph

graph TD
    N0["opus"]
    N1["alsa-lib"]
    N2["lame"]
    N3["libvorbis"]
    N4["libsndfile"]
    style N4 fill:#4a9eff,stroke:#2d7dd2,stroke-width:3px,color:#fff
    N5["libogg"]
    N6["flac"]
    N0 --> N4
    N1 --> N4
    N2 --> N4
    N3 --> N4
    N5 --> N3
    N5 --> N6
    N6 --> N4