From 73dd7dc166954644c65ac0706ea7c50038e1d2cc Mon Sep 17 00:00:00 2001 From: David Reid Date: Sun, 25 Aug 2019 19:33:13 +1000 Subject: [PATCH] Add unofficial bindings section to the readme. --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/README.md b/README.md index 1cb98591..2e734880 100644 --- a/README.md +++ b/README.md @@ -219,3 +219,16 @@ etc. The `ma_decoder_init_file()` API will try using the file extension to determine which decoding backend to prefer. + + +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 +---------|-------- +Python | [pyminiaudio](https://github.com/irmen/pyminiaudio) +