Skip to content

Commit

Permalink
docs: update README.mds
Browse files Browse the repository at this point in the history
  • Loading branch information
tkmn0 committed Jan 14, 2021
1 parent 934a1b6 commit 93c6e64
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

<div align="center">
<img src="./Docs/caress_example.gif" alt="caress_example_gif">
<img src="./Docs/caress_example.gif" alt="caress_example_gif" width=80% height=auto>
</div>


Expand All @@ -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.
Expand Down

0 comments on commit 93c6e64

Please sign in to comment.