From e38d0ccb7c68ef725c7ad7738ee8faf8ee8702cb Mon Sep 17 00:00:00 2001 From: cosmonaut Date: Wed, 3 Nov 2021 21:46:54 -0700 Subject: [PATCH] add docs link to README --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 3c6976f..af4cf89 100644 --- a/README.md +++ b/README.md @@ -21,6 +21,8 @@ Make sure the `AUDIO` object is created once at the start of your game. You can use the documented wrapper functions included in the `.yymps` to control audio, or you can just use the C API directly and wrap it yourself. +Detailed API documentation can be found [here](http://moonside.games/docs/FAudioGMS/#/latest/). + ## Platforms FAudio itself is cross-platform and has been deployed by hundreds of games across many platforms.