From 93c6e64edab98ba7d3ae06f726c9bc4c1aefba60 Mon Sep 17 00:00:00 2001 From: nzer0 Date: Thu, 14 Jan 2021 23:48:36 +0900 Subject: [PATCH] docs: update README.mds --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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.