python-sndfile - News
Latest News Approved
v0.1 released
posted by merkosh, Wed 19 Apr 2006 07:39:57 PM UTC
posted by merkosh, 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-8aba.
Corresponding source code