com.adrenak.univoice 4.10.1 → 4.10.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "Adrenak.UniVoice.Samples",
|
|
3
|
+
"rootNamespace": "",
|
|
4
|
+
"references": [
|
|
5
|
+
"GUID:6b289bb677194eb40b60db3a566aab7b",
|
|
6
|
+
"GUID:f87ecb857e752164ab814a3de8eb0262"
|
|
7
|
+
],
|
|
8
|
+
"includePlatforms": [],
|
|
9
|
+
"excludePlatforms": [],
|
|
10
|
+
"allowUnsafeCode": false,
|
|
11
|
+
"overrideReferences": false,
|
|
12
|
+
"precompiledReferences": [],
|
|
13
|
+
"autoReferenced": true,
|
|
14
|
+
"defineConstraints": [],
|
|
15
|
+
"versionDefines": [],
|
|
16
|
+
"noEngineReferences": false
|
|
17
|
+
}
|
|
@@ -47,11 +47,13 @@ namespace Adrenak.UniVoice.Samples {
|
|
|
47
47
|
/// </summary>
|
|
48
48
|
public static ClientSession<int> ClientSession { get; private set; }
|
|
49
49
|
|
|
50
|
+
#pragma warning disable CS0414
|
|
50
51
|
[SerializeField] bool useRNNoise4UnityIfAvailable = true;
|
|
51
52
|
|
|
52
53
|
[SerializeField] bool useConcentusEncodeAndDecode = true;
|
|
53
54
|
|
|
54
55
|
[SerializeField] bool useVad = true;
|
|
56
|
+
#pragma warning restore
|
|
55
57
|
|
|
56
58
|
void Start() {
|
|
57
59
|
if (HasSetUp) {
|
|
@@ -47,11 +47,13 @@ namespace Adrenak.UniVoice.Samples {
|
|
|
47
47
|
/// </summary>
|
|
48
48
|
public static ClientSession<int> ClientSession { get; private set; }
|
|
49
49
|
|
|
50
|
+
#pragma warning disable CS0414
|
|
50
51
|
[SerializeField] bool useRNNoise4UnityIfAvailable = true;
|
|
51
52
|
|
|
52
53
|
[SerializeField] bool useConcentusEncodeAndDecode = true;
|
|
53
54
|
|
|
54
55
|
[SerializeField] bool useVad = true;
|
|
56
|
+
#pragma warning restore
|
|
55
57
|
|
|
56
58
|
void Start() {
|
|
57
59
|
if (HasSetUp) {
|