Re: Python and 3d positioning with Libaudioverse
Yep, I've installed latest openal and I made sure that openal32.dll and hrtf table files are in the same directory where example is located. I have replaced files in both pyal and pyglet, and I even cleared cached .pyc files to make sure that no old version of the py file is left. Btw, my system is Windows 10 X64. Here's the entire traceback thrown by python.
Traceback (most recent call last):
File "C:\Users\Hrvoje\Downloads\Compressed\OpenAL HRTF Python Example\OpenAL HRTF.py", line 2, in <module>
from pyglet.media.drivers.openal import lib_openal as al
File "C:\Python27\lib\site-packages\pyglet\media\drivers\openal\__init__.py", line 44, in <module>
import lib_alc as alc
File "C:\Python27\lib\site-packages\pyglet\media\drivers\openal\lib_alc.py", line 156, in <module>
alcGetStringiSOFT = _lib.alcGetStringiSOFT
Fil
e "C:\Python27\lib\ctypes\__init__.py", line 375, in __getattr__
func = self.__getitem__(name)
File "C:\Python27\lib\ctypes\__init__.py", line 380, in __getitem__
func = self._FuncPtr((name_or_ordinal, self))
AttributeError: function 'alcGetStringiSOFT' not found
There's one thing which confuses me though. There are basically two openal versions, one from openal.org which is currently installed on my system, and the one by openal soft. And both of them are copying openal dll into system32 folder.
_______________________________________________ Audiogames-reflector mailing list Audiogames-reflector@sabahattin-gucukoglu.com https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector