FreeSL from Python

BernieRoehl

13-09-2006 18:20:12

I've written a small Python wrapper around the FreeSL sound library. You can find it at http://www.bernieroehl.com/goodies

The zipfile includes a precompiled _freesl.pyd (and corresponding freesl.py) for Windows/Python24, as well as source code.

I hope people find it useful.

bharling

14-09-2006 09:52:57

Just what I was looking for the other day :)

great job

bigjhnny

14-09-2006 17:22:15

Hey thanks, I was just looking around for a sound lib now that I've made some reasonable progress with my project using pyogre. I haven't tried pyfreesl yet, but from description and posts I've searched, I think it'll work for me. I may shoot out questions later.

Anywayz, thanks for providing the python binding.