A C library for reading and writing sound files containing sampled audio data
Install it by running either;
kpkg install libsndfile
or
kpkg build libsndfile
To see the difference, see The handbook
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