Skip to content

Commit b7a2a5d

Browse files
authored
Update README.md
1 parent 5b8bddd commit b7a2a5d

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Fmod5Sharp
22
## Managed decoder for FMOD 5 sound banks (FSB files).
33

4-
[![NuGet](https://img.shields.io/nuget/v/Fmod5Sharp)](https://www.nuget.org/packages/Fmod5Sharp/)
4+
[![NuGet](https://img.shields.io/nuget/v/Fmod5Sharp?)](https://www.nuget.org/packages/Fmod5Sharp/)
55

66
This library allows you to read FMOD 5 sound bank files (they start with the characters FSB5) into their contained samples,
77
and then export those samples to ogg files (assuming the contained data is vorbis-encoded).
@@ -43,4 +43,6 @@ For example if `bank.Header.AudioType == FmodAudioType.VORBIS`:
4343
var oggFileBytes = FmodVorbisRebuilder.RebuildOggFile(samples[0]);
4444
//Now you can save oggFileBytes to an .ogg file on your disk and play it using your favourite audio player.
4545
//Or you can use any standard library to convert the byte array to a different format, if you so desire.
46-
```
46+
```
47+
48+
If the user's system does not have libopus or libvorbis, this will throw a `DllNotFoundException`.

0 commit comments

Comments
 (0)