-
-
Notifications
You must be signed in to change notification settings - Fork 96
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added sln with all examples, Removed codeball, Added examples to depe…
…ndabot, upgraded all dependencies in Whisper.net.tests.
- Loading branch information
1 parent
56611b9
commit 51113a8
Showing
4 changed files
with
46 additions
and
27 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
|
||
Microsoft Visual Studio Solution File, Format Version 12.00 | ||
# Visual Studio Version 17 | ||
VisualStudioVersion = 17.7.33711.374 | ||
MinimumVisualStudioVersion = 10.0.40219.1 | ||
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SimpleWhisperExample", "SimpleWhisperExample\SimpleWhisperExample.csproj", "{9955466B-E5CA-4971-B52F-D0EBD8D856AB}" | ||
EndProject | ||
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SimpleSyncWhisperExample", "SimpleSyncWhisperExample\SimpleSyncWhisperExample.csproj", "{2F37482A-B00A-4B5C-A7C8-534E2D71EB61}" | ||
EndProject | ||
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DiarizationWhisperExample", "DiarizationWhisperExample\DiarizationWhisperExample.csproj", "{0B8C62B9-9607-4004-8ECD-6DEA70598EC9}" | ||
EndProject | ||
Global | ||
GlobalSection(SolutionConfigurationPlatforms) = preSolution | ||
Debug|Any CPU = Debug|Any CPU | ||
Release|Any CPU = Release|Any CPU | ||
EndGlobalSection | ||
GlobalSection(ProjectConfigurationPlatforms) = postSolution | ||
{9955466B-E5CA-4971-B52F-D0EBD8D856AB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU | ||
{9955466B-E5CA-4971-B52F-D0EBD8D856AB}.Debug|Any CPU.Build.0 = Debug|Any CPU | ||
{9955466B-E5CA-4971-B52F-D0EBD8D856AB}.Release|Any CPU.ActiveCfg = Release|Any CPU | ||
{9955466B-E5CA-4971-B52F-D0EBD8D856AB}.Release|Any CPU.Build.0 = Release|Any CPU | ||
{2F37482A-B00A-4B5C-A7C8-534E2D71EB61}.Debug|Any CPU.ActiveCfg = Debug|Any CPU | ||
{2F37482A-B00A-4B5C-A7C8-534E2D71EB61}.Debug|Any CPU.Build.0 = Debug|Any CPU | ||
{2F37482A-B00A-4B5C-A7C8-534E2D71EB61}.Release|Any CPU.ActiveCfg = Release|Any CPU | ||
{2F37482A-B00A-4B5C-A7C8-534E2D71EB61}.Release|Any CPU.Build.0 = Release|Any CPU | ||
{0B8C62B9-9607-4004-8ECD-6DEA70598EC9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU | ||
{0B8C62B9-9607-4004-8ECD-6DEA70598EC9}.Debug|Any CPU.Build.0 = Debug|Any CPU | ||
{0B8C62B9-9607-4004-8ECD-6DEA70598EC9}.Release|Any CPU.ActiveCfg = Release|Any CPU | ||
{0B8C62B9-9607-4004-8ECD-6DEA70598EC9}.Release|Any CPU.Build.0 = Release|Any CPU | ||
EndGlobalSection | ||
GlobalSection(SolutionProperties) = preSolution | ||
HideSolutionNode = FALSE | ||
EndGlobalSection | ||
GlobalSection(ExtensibilityGlobals) = postSolution | ||
SolutionGuid = {9E4ADB6D-A793-4D77-BBC9-05CDA040EAE4} | ||
EndGlobalSection | ||
EndGlobal |