Skip to content

Commit ce00f91

Browse files
author
David Kline
authored
Merge pull request #10362 from davidkline-ms/micSampleFix
Mic sample fix
2 parents f67e5b6 + 27dd5fe commit ce00f91

File tree

4 files changed

+32
-2
lines changed

4 files changed

+32
-2
lines changed
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
{
2+
"name": "Microsoft.MixedReality.Toolkit.Demos.Audio",
3+
"references": [
4+
"Microsoft.MixedReality.Toolkit",
5+
"Microsoft.MixedReality.Toolkit.SDK",
6+
"Microsoft.MixedReality.Toolkit.MicStream"
7+
],
8+
"includePlatforms": [],
9+
"excludePlatforms": [],
10+
"allowUnsafeCode": false,
11+
"overrideReferences": false,
12+
"precompiledReferences": [],
13+
"autoReferenced": true,
14+
"defineConstraints": [],
15+
"versionDefines": [
16+
{
17+
"name": "com.microsoft.mixedreality.toolkit.micstream",
18+
"expression": "",
19+
"define": "MICSTREAM_PRESENT"
20+
}
21+
],
22+
"noEngineReferences": false
23+
}

Assets/MRTK/Examples/Demos/Audio/MRTK.Demos.Audio.asmdef.meta

Lines changed: 7 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Assets/MRTK/Examples/MRTK.Examples.asmdef

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,7 @@
77
"Microsoft.MixedReality.Toolkit.Services.InputAnimation",
88
"Microsoft.MixedReality.Toolkit.Services.InputSystem",
99
"Microsoft.MixedReality.Toolkit.Providers.LeapMotion",
10-
"Unity.TextMeshPro",
11-
"Microsoft.MixedReality.Toolkit.MicStream"
10+
"Unity.TextMeshPro"
1211
],
1312
"includePlatforms": [],
1413
"excludePlatforms": [],

scripts/ci/validatecode.ps1

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -590,6 +590,7 @@ $AsmDefExceptions = [System.Collections.Generic.HashSet[String]]@(
590590
"Assets/MRTK/Core/Utilities/Gltf/MRTK.Gltf.asmdef",
591591
"Assets/MRTK/Core/Utilities/Gltf/Serialization/Importers/MRTK.Gltf.Importers.asmdef",
592592
"Assets/MRTK/Examples/MRTK.Examples.asmdef",
593+
"Assets/MRTK/Examples/Demos/Audio/MRTK.Demos.Audio.asmdef",
593594
"Assets/MRTK/Examples/Demos/Gltf/MRTK.Demos.Gltf.asmdef",
594595
"Assets/MRTK/Examples/Demos/Gltf/Scripts/Editor/MRTK.Demos.Gltf.Inspectors.asmdef",
595596
"Assets/MRTK/Examples/Demos/StandardShader/Scripts/Editor/MRTK.Demos.StandardShader.Inspectors.asmdef",

0 commit comments

Comments
 (0)