https://github.com/arteranos/unity_opus
Opus audio codec for Unity
https://github.com/arteranos/unity_opus
audio codec unity
Last synced: about 1 year ago
JSON representation
Opus audio codec for Unity
- Host: GitHub
- URL: https://github.com/arteranos/unity_opus
- Owner: arteranos
- Created: 2025-02-05T09:14:48.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-02-05T10:35:44.000Z (over 1 year ago)
- Last Synced: 2025-03-15T11:38:49.393Z (over 1 year ago)
- Topics: audio, codec, unity
- Language: C#
- Homepage:
- Size: 1.11 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Opus Codec for Unity 3D
Opus codec implementation tailored for Unity
# usage
The API is closely derived from the Opus C library itself -- or just look at the repositories linked below.
# thanks to / derived from
- https://github.com/ludos1978/OpusDotNet , based on
- https://opusdotnetinvoke.codeplex.com/ for the c# wrapper itself
- https://github.com/xiph/opus/ for the Opus C libraries itself