Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jessicategner/pyal
A PyAl wrapper for Python 3 with HRTF, 3d audio support, efx and ext
https://github.com/jessicategner/pyal
audio-library game-audio openal wrapper
Last synced: 3 months ago
JSON representation
A PyAl wrapper for Python 3 with HRTF, 3d audio support, efx and ext
- Host: GitHub
- URL: https://github.com/jessicategner/pyal
- Owner: JessicaTegner
- License: other
- Created: 2019-03-04T17:36:54.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2022-09-04T14:36:47.000Z (over 2 years ago)
- Last Synced: 2024-09-18T12:52:29.498Z (4 months ago)
- Topics: audio-library, game-audio, openal, wrapper
- Language: Python
- Homepage: https://pyopenal.readthedocs.io/en/latest/
- Size: 7.51 MB
- Stars: 17
- Watchers: 2
- Forks: 6
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: COPYING.txt
Awesome Lists containing this project
README
About PyAL
==========
PyAL is a wrapper around the OpenAL library and as such similar to the
discontinued PyOpenAL project. In contrast to PyOpenAL, it has no
licensing restrictions, nor does it rely on C code, but uses ctypes
instead.Installation
============* pip install python-openal
or from source
* git clone https://github.com/JessicaTegner/PyAL.git
* cd PyAl
* python setup.py installDocumentation
=============
If you just started with OpenAL and PyAL, it is strongly recommended
that you read through the *advanced sound support* section of the documentation
to understand, how OpenAL works in general. In any case, you can find the
documentation at *doc/html* or online at https://pyopenal.readthedocs.io/en/latest/License
=======
This library is given to the public domain. There are no licensing
restrictions. Please see *doc/copying.rst* for further details, if you need it.