P/Opus is a .NET library written in C# to wrap around the libopus C API/library to provide a more .NET friendly way of encoding and decoding Opus packets.
For more information about the Opus codec please follow this link:
http://www.opus-codec.org/
Please note that when you build the project that you target the right platform based on libopus. If libopus was built for 32bit/x86 then the project needs to be set to target x86. libopus.dll need to be in the same folder as the executable for P/Opus to
work.