An open API service indexing awesome lists of open source software.

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

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