From 3d795abe9402562185f718390276e432912e4c5f Mon Sep 17 00:00:00 2001 From: cosmonaut Date: Wed, 20 Apr 2022 14:34:01 -0700 Subject: [PATCH] format notes --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 6173d3f..a6bdc33 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,8 @@ About FineAudio ---------------- FineAudio is basically MoonWorks Audio with an FNA dependency. It intends to deal with some of the missing pieces of XNA audio and make it easier to use. +Supported formats are WAV for static audio and OGG for streaming audio. +You can also add your own streaming format support by inheriting the `StreamingSound` class and implementing the `AddBuffer` method. Usage -----