diff --git a/README.md b/README.md index ecbe571..80a9dba 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ Caress.Unity is a wrapper library for libopus and librnnoise. The libopus can handle encoding / decoding audio frames. The librnnnoise can handle noise reducing. Caress.Unity can encoding, decoding, and noise reducing with Unity(C#). Actually, Caress.unity is a wrapper for [caress](https://github.com/tkmn0/caress), so caress is a wrapper library for c libraries and Caress.Unity is a wrapper library for golang.
-caress_example_gif +caress_example_gif
@@ -13,6 +13,10 @@ Caress.Unity is a wrapper library for libopus and librnnoise. The libopus can ha - Audio decoding with opus codec. - Noise reduction with RNNoise. +## Supported Platforms +- Windows x86_64 +- OSX x86_64 + ## Installation 1. __UPM Package__ You can add `https://github.com/tkmn0/Caress.Unity?path=Assets/Caress` to Package Manager.