format notes

main
cosmonaut 2022-04-20 14:34:01 -07:00
parent a10ad1bffd
commit 3d795abe94
1 changed files with 2 additions and 0 deletions

View File

@ -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
-----