From a9c0f915a9b79774503c7ff1e717c0725f278fa5 Mon Sep 17 00:00:00 2001 From: Chris Robinson Date: Tue, 12 Nov 2024 20:51:26 -0800 Subject: [PATCH] Mention ALSound for FreePascal/Lazarus language bindings --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index dac53e71ed..4151a6cf65 100644 --- a/README.md +++ b/README.md @@ -87,6 +87,10 @@ Python Bindings: * [PyOpenAL](https://pypi.org/project/PyOpenAL/). Also includes methods to play wave files and, with PyOgg, also Vorbis, Opus, and FLAC. +FreePascal/Lazarus Bindings: +* [ALSound](https://github.com/Lulu04/ALSound). Also includes a higher level +API and libsndfile support to simplify loading and playing sounds. + Other bindings for these and other languages also exist. This list will grow as more bindings are found.