You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I can't execute the OpenAL_3D.py, because it said module 'openal.al' has no attribute 'ALuint'. I'm new to this, can you tell me how I suppose to run the example? Thank you
Usage: openal_3d.py wavefile Using an example wav file... Traceback (most recent call last): File "openal_3d.py", line 246, in <module> Example() File "openal_3d.py", line 24, in __init__ self.sound = load_sound('tone5.wav') File "openal_3d.py", line 111, in __init__ self.buf = al.ALuint(0) AttributeError: module 'openal.al' has no attribute 'ALuint' AL lib: (EE) alc_cleanup: 1 device not closed
The text was updated successfully, but these errors were encountered:
I can't execute the OpenAL_3D.py, because it said module 'openal.al' has no attribute 'ALuint'. I'm new to this, can you tell me how I suppose to run the example? Thank you
Usage: openal_3d.py wavefile Using an example wav file... Traceback (most recent call last): File "openal_3d.py", line 246, in <module> Example() File "openal_3d.py", line 24, in __init__ self.sound = load_sound('tone5.wav') File "openal_3d.py", line 111, in __init__ self.buf = al.ALuint(0) AttributeError: module 'openal.al' has no attribute 'ALuint' AL lib: (EE) alc_cleanup: 1 device not closed
The text was updated successfully, but these errors were encountered: