File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Fmod5Sharp
2
2
## Managed decoder for FMOD 5 sound banks (FSB files).
3
3
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/ )
5
5
6
6
This library allows you to read FMOD 5 sound bank files (they start with the characters FSB5) into their contained samples,
7
7
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`:
43
43
var oggFileBytes = FmodVorbisRebuilder .RebuildOggFile (samples [0 ]);
44
44
// Now you can save oggFileBytes to an .ogg file on your disk and play it using your favourite audio player.
45
45
// 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 ` .
You can’t perform that action at this time.
0 commit comments