format notes
parent
a10ad1bffd
commit
3d795abe94
|
@ -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
|
||||
-----
|
||||
|
|
Loading…
Reference in New Issue