File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -12,7 +12,8 @@ Support for more encodings can be added as requested.
1212In order to restore ogg files from the Fmod sample data, this library uses libopus and libvorbis.
1313These are not provided, and must be installed separately or shipped with your application.
1414If on windows, they should be named ` opus.dll ` and ` vorbis.dll ` .
15- On other platforms, installing libopus or libvorbis should be sufficient, but I haven't tested this.
15+ On other platforms, installing libopus and libvorbis will suffice.
16+ Most linux distributions ship the required files under the package names ` libopus-dev ` and ` libvorbis-dev ` .
1617
1718Regardless, the architecture of the native assemblies must match that of your application, or you will get a ` BadImageFormatException `
1819thrown by the system.
You can’t perform that action at this time.
0 commit comments