Re: Audio wrapper for Python

@56
No, I believe thats an OpenAL issue. If you have OpenAL installed, then Python will default to it instead of the OpenAL Soft dll included with the examples. To fix it you'll either need to uninstall OpenAL, or download [OpenAL Soft] and follow the included instructions to overwrite your OpenAL install.

For a better explanation, there are two versions of OpenAL, the commercial version developed by Creative in collaboration with a few other companies that wanted to create an open source 3D library, which died when Creative backed out. Then there's the open source incarnation that lived on, OpenAL Soft, which is what PyLite uses. The commercial OpenAL will setup all the links and paths so if you have it installed, anything trying to run OpenAL will default to it, except it doesn't have many of the newer features the open source version has, resulting in errors like that. So you can overwrite the commercial install or get rid of it. Also remember to keep the OpenAL Soft DLL and openal.py script in your working directory.

-- 
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector
  • ... AudioGames . net Forum — Developers room : magurp244 via Audiogames-reflector
    • ... AudioGames . net Forum — Developers room : Turkce_Rap via Audiogames-reflector
    • ... AudioGames . net Forum — Developers room : Turkce_Rap via Audiogames-reflector
    • ... AudioGames . net Forum — Developers room : magurp244 via Audiogames-reflector
    • ... AudioGames . net Forum — Developers room : Turkce_Rap via Audiogames-reflector
    • ... AudioGames . net Forum — Developers room : amerikranian via Audiogames-reflector
    • ... AudioGames . net Forum — Developers room : magurp244 via Audiogames-reflector
    • ... AudioGames . net Forum — Developers room : Turkce_Rap via Audiogames-reflector
    • ... AudioGames . net Forum — Developers room : Turkce_Rap via Audiogames-reflector
    • ... AudioGames . net Forum — Developers room : Turkce_Rap via Audiogames-reflector
    • ... AudioGames . net Forum — Developers room : Turkce_Rap via Audiogames-reflector

Reply via email to