libsndfile is a C library for reading and writing files containing sampled sound through one standard library interface. libsndfile has the following main features: ability to read and write a large number of file formats, a simple, elegant and easy to use API, and on the fly format conversion.
libsndfile is a C library for reading and writing files containing sampled sound through one standard library interface. libsndfile has the following main features: ability to read and write a large number of file formats, a simple, elegant and easy to use API, and on the fly format conversion.
To install libsndfile, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install libsndfile
To see what files were installed by libsndfile, run:
port contents libsndfile
To later upgrade libsndfile, run:
sudo port selfupdate && sudo port upgrade libsndfile
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.