mainpython-sndfile - Summary

 
 
Membership Info
Group Admin:
1 active member

Group identification
Id: 8430
System Name: pysndfile
Name: python-sndfile
Group Type: non-GNU software and documentation

Search in this Group


 

This group is not part of the GNU Project.

libsndfile (http://www.mega-nerd.com/libsndfile) is a de-facto standard C library for reading and writing sampled sound data on *nix systems.

python-sndfile ports this functionality on several abstraction levels to the python programming language, hopefully replacing the build-in wave module.

development status

python-sndfile currently implements the libsndfile API. A more pythonic interface leaning towards the build-in wave module is part of the next release.

requirements

  • Python (>= 2.4)
  • Python Numeric (alias NumPy)
  • libsndfile (>= 1.0.12)
  • SWIG (>= 1.3.17; build only)

Registration Date: Fri 24 Mar 2006 08:00:22 PM UTC
License: GNU Lesser General Public License
Development Status: 3 - Alpha

 

Latest News rss feed
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
Quick Overview
 Memberlist (1 member)

Communication Tools

Development Tools
 Task Manager (open items: 0, total: 0)
 Patch Manager (open items: 0, total: 0)

Back to the top

Powered by Savane 3.13-4448.
Corresponding source code