|
--- |
|
license: mit |
|
--- |
|
|
|
# Model to turn 44kHz and 22kHz audio to 16kHz |
|
This contains models in Sentis format to convert 44kHz and 22kHz audioclips to 16kHz |
|
|
|
## How to Use |
|
* Create a new scene in Unity 2023 |
|
* Add the `AudioResample.cs` file to the Main Camera |
|
* Place the audioClip in the inputAudio field and press play |
|
* The results will appear in the console |
|
* Place the `*.sentis` files in the `Assets/StreamingAssets` folder |
|
|
|
## Unity Sentis |
|
Sentis is the inference engine for Unity 2023. More can be found about it [here](https://unity.com/products/sentis) |