Skip to content

Commit 934a1b6

Browse files
committed
docs: add gif
1 parent 1281b9b commit 934a1b6

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

Docs/caress_example.gif

330 KB
Loading

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,12 @@
11
# Caress.Unity - encoder / decoder / noise reducer
22

33
## What is Caress.Unity?
4-
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#).
4+
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.
5+
6+
<div align="center">
7+
<img src="./Docs/caress_example.gif" alt="caress_example_gif">
8+
</div>
9+
510

611
## Features
712
- Audio encoding with opus codec.

0 commit comments

Comments
 (0)