I just finished writing python bindings for libsndfile if anyone is
interested. I only wrapped the functions I needed to read files, but I
could reasily finish the wrapper in a couple of hours if anyone is
interested. unit tests are included.
That makes the following python extensions available on my site. They
all seem to work on OS X and linux:
pysndfile
pyrtaudio
pyrtmidi
pysoundtouch (not quite functional)
Let me know if anyone has problems or comments, this was quite fun to
do, and I'd like to make them complete for the sake of the world...
--
Patrick Kidd Stinson
http://www.patrickkidd.com/http://pkaudio.sourceforge.net/http://pksampler.sourceforge.net/
G'day All,
The first release of phat python bindings, pyphat and an updated phat
are now out.
2 new widgets are added, phatknob and phatpad. Phat pad is a 5-d input
pad that is xinput enabled. X, y, pressure, tilt x and tilt y can
returned when used with an xinput device such as a graphics tablet.
Knobs and fansliders know have a log mode and an resize bug in
sliderbuttons is fixed.
Both can be download at http://phat.berlios.de/
Cheers,
Loki
has anyone seek sf_seek return zero on success instead of the frame
offset from the start of the audio data, as it says in the API docs?
The seek appears to work because a call to read behaves correctly at
the end of the stream afterwards.
Thanks.