UnityPaul commited on
Commit
44a5c8a
1 Parent(s): a9fdeb0

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -9,7 +9,7 @@ This contains models in Sentis format to convert 44kHz and 22kHz audioclips to 1
9
 
10
  ## How to Use
11
  * Create a new scene in Unity 2023
12
- * Install `com.unity.sentis` version `1.3.0-pre.3` from the package manager
13
  * Add the `AudioResample.cs` file to the Main Camera
14
  * Place the audioClip in the inputAudio field and press play
15
  * The results will appear in the console
 
9
 
10
  ## How to Use
11
  * Create a new scene in Unity 2023
12
+ * Install `com.unity.sentis` version `1.4.0` from the package manager
13
  * Add the `AudioResample.cs` file to the Main Camera
14
  * Place the audioClip in the inputAudio field and press play
15
  * The results will appear in the console