https://github.com/lotlab/libopus-unity
https://github.com/lotlab/libopus-unity
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/lotlab/libopus-unity
- Owner: Lotlab
- License: bsd-2-clause
- Created: 2024-05-18T11:34:09.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-05-19T13:57:47.000Z (about 2 years ago)
- Last Synced: 2024-05-19T14:51:34.152Z (about 2 years ago)
- Language: C#
- Size: 54.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Libopus-Unity
A libopus wrapper for Unity.
# License
The 2-Clause BSD License.
# Documentation
Please reference to [libopus documentation](https://opus-codec.org/docs/) to learn how to use.
# Platform
Currently, we provide the binary of libopus for these platform:
- Windows x86 and x64
- Linux x64
- Android armeabi-v7, arm64-v8, x86, x86_64
Feel free to open pull request to add more platforms.
# Usage
Download release package, unzip and put the content into your unity project.