Re: pyFMOD writing a callback function in Python

2005-02-19 Thread Gary Bishop
I haven't tried it on Linux but I believe it should work. FMOD works on Linux as does Pyrex. I don't think there is any win32 specific code. Grab the source and try building it. You'll likely have to fool with the libraries and includes in setup.py. gb Marian Aldenh?vel [EMAIL PROTECTED]

Re: pyFMOD writing a callback function in Python

2005-02-17 Thread kdahlhaus
Any opinion on pyFMOD vs. pySonic? -- http://mail.python.org/mailman/listinfo/python-list

Re: pyFMOD writing a callback function in Python

2005-02-16 Thread Marian Aldenhövel
Hi, Check out pySonic, a new FMOD wrapper written with Pyrex. Much more Pythonic. I have only found Win32-Downloads. The same is true for pyFMOD. What options do I have to make it work on Linux? Ciao, MM -- Marian Aldenhövel, Rosenhain 23, 53123 Bonn. +49 228 624013.

Re: pyFMOD writing a callback function in Python

2005-02-11 Thread Marian Aldenhövel
Hi, I was only able to find fmodapi374.zip (for windows), and that version doesn't seem to work with the pyFMOD release I found. I found that too. But I could easily fix pyFMOD to use the FMOD 374. A few of the exports have been renamed and parameters have been added to others. As the total size

pyFMOD writing a callback function in Python

2005-02-10 Thread Marian Aldenhövel
Hi, I am using the FMOD audio-library with the pyFMOD python bindings. pyFMOD uses ctypes. It is possible to register callback functions with FMOD that are called at certain points in the processing pipeline or when certain events happen. I am expecially interested in the one that fires when a

Re: pyFMOD writing a callback function in Python

2005-02-10 Thread Thomas Heller
Marian Aldenhövel [EMAIL PROTECTED] writes: Hi, I am using the FMOD audio-library with the pyFMOD python bindings. pyFMOD uses ctypes. I was looking into this recently, because another poster also asked about pyFMOD: which FMOD version do you use? I was only able to find fmodapi374.zip (for

Re: pyFMOD writing a callback function in Python

2005-02-10 Thread Gary Bishop
Check out pySonic, a new FMOD wrapper written with Pyrex. Much more Pythonic. gb -- http://mail.python.org/mailman/listinfo/python-list