python-sndfile - News
v0.1 released
Item posted by Uwe Mayer <merkosh> on Wed 19 Apr 2006 07:39:57 PM UTC.
Just released v0.1.
This offers a (almost) 1:1 wrap from the C library to python.
Exceptions include that return values are returned as function return value and not by pointers to python objects in the function argument list.
i.e.
data = sf_read_float(...)
instead of:
sf_read_float(..., data)
Next up:
- HTML documentation on usage
- complete wave module replacement
Powered by Savane 3.14-f13d.
Corresponding source code