https://github.com/arteranos/Unity_Opus
Opus audio codec for Unity
https://github.com/arteranos/Unity_Opus
audio codec unity
Last synced: 8 months ago
JSON representation
Opus audio codec for Unity
- Host: GitHub
- URL: https://github.com/arteranos/Unity_Opus
- Owner: willneedit
- 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-02-05T11:30:38.804Z (over 1 year ago)
- Topics: audio, codec, unity
- Language: C#
- Homepage:
- Size: 585 KB
- 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