Cython wrapper for libsndfile. Other python libraries like wav etc are not compatible with a lot of wav formats. libsndfile is by far the best for reading/writing wav data, http://www.mega-nerd.com/libsndfile/
Objective of this is to read audio data for MIR so everything is reduced current to reading/writing mono audio, it would be very easy to map countless other functions available in libsndfile, more coming up.
Also a big shout out to cython, did not imagine how easy it would be to map things to python, have mapped other private libraries I have written to python. Love it. https://cython.org
(Use python 3.6+)
python setup.py installCleanup if required before build
rm -fr ./build sndfile.cpython test.py