newspython-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:

Back to the top

Powered by Savane 3.13-02a9.
Corresponding source code