Skip to content

Commit f7125ea

Browse files
authored
feat(sherpa): complete EasyMic integration workflow
Complete the EasyMic SherpaONNXUnity integration workflow with runtime bridging, editor UX, diagnostics, samples, tests, documentation updates, and package cleanup.
1 parent e065473 commit f7125ea

212 files changed

Lines changed: 17009 additions & 11141 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

EasyMic/.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
# Unity/Mono crash dumps generated during editor or runtime failures
22
mono_crash.*.json
33

4+
# Unity Package Manager imported samples are local project artifacts.
5+
/Assets/Samples/
6+
/Assets/Samples.meta
7+
48
# Local bundled .NET SDK/cache used by editor tooling
59
/.dotnet_home/
610

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{"androidStore":"GooglePlay"}

EasyMic/Assets/Resources/BillingMode.json.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.

EasyMic/Assets/Samples/Demo/AssemblyInfo.cs

Lines changed: 0 additions & 1 deletion
This file was deleted.

EasyMic/Assets/Samples/Demo/Demo.unity

Lines changed: 0 additions & 302 deletions
This file was deleted.

EasyMic/Assets/Samples/Demo/Eitan.EasyMic.Demo.asmdef

Lines changed: 0 additions & 16 deletions
This file was deleted.

EasyMic/EasyMic.slnx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
<Solution>
22
<Project Path="Eitan.EasyMic.csproj" />
33
<Project Path="Eitan.EasyMic.Apm.Runtime.csproj" />
4-
<Project Path="Eitan.EasyMic.Apm.Diagnostics.csproj" />
54
<Project Path="Eitan.EasyMic.Apm.csproj" />
65
<Project Path="Eitan.EasyMic.Mono.csproj" />
76
<Project Path="Eitan.EasyMic.Demo.csproj" />
8-
<Project Path="Eitan.EasyMic.Apm.Editor.csproj" />
7+
<Project Path="Eitan.EasyMic.Apm.Diagnostics.csproj" />
98
<Project Path="Eitan.EasyMic.Editor.csproj" />
109
<Project Path="Eitan.EasyMic.Tests.csproj" />
11-
<Project Path="Eitan.EasyMic.Apm.Tests.csproj" />
1210
<Project Path="Eitan.EasyMic.Editor.Mono.csproj" />
11+
<Project Path="Eitan.EasyMic.Apm.Editor.csproj" />
12+
<Project Path="Eitan.EasyMic.Apm.Tests.csproj" />
1313
</Solution>

0 commit comments

Comments
 (0)