From c2931a92cc7b3b77b6aebf418eec55ac9825cd92 Mon Sep 17 00:00:00 2001 From: David Reid Date: Sat, 16 Apr 2022 15:32:07 +1000 Subject: [PATCH] Remove the unofficial bindings section from the readme. These projects are not updated to the latest version. --- README.md | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/README.md b/README.md index d567f7d9..a5f46775 100644 --- a/README.md +++ b/README.md @@ -245,17 +245,3 @@ before the implementation of miniaudio. You can enable Vorbis by doing the follo #undef STB_VORBIS_HEADER_ONLY #include "extras/stb_vorbis.c" ``` - - -Unofficial Bindings -=================== -The projects below offer bindings for other languages which you may be interested in. Note that these -are unofficial and are not maintained as part of this repository. If you encounter a binding-specific -bug, please post a bug report to the specific project. If you've written your own bindings let me know -and I'll consider adding it to this list. - -Language | Project ----------|-------- -Go | [malgo](https://github.com/gen2brain/malgo) -Python | [pyminiaudio](https://github.com/irmen/pyminiaudio) -Rust | [miniaudio-rs](https://github.com/ExPixel/miniaudio-rs)