Skip to content

JessicaTegner/PyAL

Folders and files

NameName
Last commit message
Last commit date

Latest commit

311625c · Sep 4, 2022

History

21 Commits
Mar 4, 2019
Sep 4, 2020
Sep 11, 2020
Apr 19, 2020
Sep 11, 2020
Sep 4, 2022
Mar 4, 2019
Apr 19, 2020
Nov 21, 2019
Mar 4, 2019
Sep 4, 2022
Mar 4, 2019
Sep 4, 2022

Repository files navigation

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

Documentation

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.