======================================================================
libsndfile-python v 90.22.wooo
preliminary python wrapper for libsndfile-1.0
Copyright (C) 2003-2005  RM (rm arcsin org)
======================================================================
mostly working, mostly complete, completely untested
see test.py for examples of use
======================================================================
INSTALL:
	To build execute:
			./setup.py build
		or 
			make 
	to install: 
		as root:
			./setup.py install
		or using sudo
			sudo ./setup.py install			
		or 
			make install
======================================================================
CHANGES:
2005-03-21
	* version 90.22.wooo
	* changed numarray support to use the libnumarray.h header 
	   (patch from C. Parker)
2004-02-10
	* version 87.11.5252
	* added numarray support
2003-04-20  
    * version 41.2.01070 
	* implemented sf_command wrapper
	* autoconf-ify (actually used distutils)
2003-04-19
    * version 41.2
	* initial release

======================================================================
ISSUES/TODO:
	_test suite?
	_make sure we are handling reference counting correctly
	_make sure we always handle sf_count_t correctly to and from
		python
	_more python interface for sf_command 
======================================================================



