Paul Bird
commited on
Commit
•
17be790
1
Parent(s):
125ecbf
Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,16 @@
|
|
1 |
---
|
2 |
license: mit
|
3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
license: mit
|
3 |
---
|
4 |
+
|
5 |
+
# Model to turn 44kHz and 22kHz audio to 16kHz
|
6 |
+
This contains models in Sentis format to convert 44kHz and 22kHz audioclips to 16kHz
|
7 |
+
|
8 |
+
## How to Use
|
9 |
+
* Create a new scene in Unity 2023
|
10 |
+
* Add the `AudioResample.cs` file to the Main Camera
|
11 |
+
* Place the audioClip in the inputAudio field and press play
|
12 |
+
* The results will appear in the console
|
13 |
+
* Place the `*.sentis` files in the `Assets/StreamingAssets` folder
|
14 |
+
|
15 |
+
## Unity Sentis
|
16 |
+
Sentis is the inference engine for Unity 2023. More can be found about it [here](https://unity.com/products/sentis)
|