Skip to content
Gindemit Konstantin edited this page May 12, 2023 · 3 revisions

Welcome to the Unity Vorbis Plugin Wiki!

Unity Vorbis plugin is a highly versatile tool for the Unity game engine that allows you to work with OGG Vorbis audio files. OGG Vorbis is a free, open-source audio coding format known for its high quality and efficient streaming capabilities, making it ideal for gaming applications.

This plugin is designed to be easy to use and is well-tested for reliability. It supports Windows, Mac OSX, Android, and iOS platforms, providing a robust solution for audio manipulation in your Unity projects.

Features

Our plugin supports a range of functionalities, including:

  1. Loading Vorbis OGG from file at runtime
  2. Saving Vorbis OGG to file at runtime
  3. Getting Vorbis OGG from bytes array at runtime
  4. Serializing Vorbis OGG to bytes array at runtime
  5. Reading from file as from stream (C# API, not fully tested)

To get started, check out the following resources:

  • Installation Guide: Step-by-step instructions on how to install the Unity Vorbis Plugin.
  • Usage Guide: Detailed guide on how to use the plugin in your Unity project.
  • API Reference: In-depth explanations of the API functions, parameters, and return types.
  • Building from Source: Instructions on how to build the plugin from source for different operating systems.

If you encounter any issues while using the plugin, check out our Troubleshooting/FAQ page. We're also open to contributions from the community, so feel free to visit our Contributing page if you're interested in improving the Unity Vorbis Plugin.

Enjoy using the Unity Vorbis Plugin!

Clone this wiki locally