newspython-sndfile - News

 
 
Show details for the latest news.

Latest News Approved
v0.1 released
     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

Back to the top

Powered by Savane 3.13-f8d8.
Corresponding source code