Skip to content

Commit

Permalink
docs: add gif
Browse files Browse the repository at this point in the history
  • Loading branch information
tkmn0 committed Jan 14, 2021
1 parent 1281b9b commit 934a1b6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
Binary file added Docs/caress_example.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
# Caress.Unity - encoder / decoder / noise reducer

## What is Caress.Unity?
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#).
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">
</div>


## Features
- Audio encoding with opus codec.
Expand Down

0 comments on commit 934a1b6

Please sign in to comment.