diff --git a/README.md b/README.md index 356bc13f0c..6d11d826e4 100644 --- a/README.md +++ b/README.md @@ -40,6 +40,7 @@ It is possible to extend Rebol functionality using external modules (native and * [Rebol/HTTPd](https://github.com/Oldes/Rebol-HTTPd) - Webserver scheme * [Rebol/IRC](https://github.com/Oldes/Rebol-IRC) - Internet Relay Chat scheme * [Rebol/MathPresso](https://github.com/Siskin-framework/Rebol-MathPresso) - Mathematical Expression Parser And JIT Compiler +* [Rebol/MiniAudio](https://github.com/Oldes/Rebol-MiniAudio) - An audio playback extension * [Rebol/Names](https://github.com/Oldes/Rebol-Names) - Random names generator scheme * [Rebol/Spotify](https://github.com/Oldes/Rebol-Spotify) - Spotify Web API * [Rebol/OpenCV](https://github.com/Oldes/Rebol-OpenCV) - Computer Vision Library diff --git a/src/boot/sysobj.reb b/src/boot/sysobj.reb index 2e5ab897d4..8e75296ae6 100644 --- a/src/boot/sysobj.reb +++ b/src/boot/sysobj.reb @@ -244,6 +244,7 @@ modules: object [ blurhash: https://github.com/Siskin-framework/Rebol-BlurHash/releases/download/1.0.0/ easing: https://github.com/Siskin-framework/Rebol-Easing/releases/download/1.0.0/ mathpresso: https://github.com/Siskin-framework/Rebol-MathPresso/releases/download/0.1.0/ + miniaudio: https://github.com/Oldes/Rebol-MiniAudio/releases/download/1.0.0/ sqlite: https://github.com/Siskin-framework/Rebol-SQLite/releases/download/3.42.0.0/ triangulate: https://github.com/Siskin-framework/Rebol-Triangulate/releases/download/1.6.0.0/ ;; optional modules, protocol and codecs