On Jul 13, 2006, at 4:48 PM, Erik de Castro Lopo wrote:
 I have for some time been looking for someone to write a
 lightweight C++ wrapper for libsndfile that I can distribute
 with libsndfile.
 My own rather feeble first attempt is here:
     
http://www.mega-nerd.com/tmp/sndfile.hh
 but I am not a fan nor a great user of C++. The wrapper should
 really be written by someone with a love for the language. 
I use C++ a lot, and I gotta say, this wrapper isn't bad at all.  I
prefer lower case method names, but that's about it.
Taybin