commit c0e131d24eca1ee3114bda57e9ab9568597b9bd7 Author: yemaozi88 <428968@gmail.com> Date: Mon Mar 26 20:50:14 2018 +0200 initial commit. diff --git a/.vs/acoustic_model/v15/.suo b/.vs/acoustic_model/v15/.suo new file mode 100644 index 0000000..764a35d Binary files /dev/null and b/.vs/acoustic_model/v15/.suo differ diff --git a/acoustic_model.sln b/acoustic_model.sln new file mode 100644 index 0000000..9be342b --- /dev/null +++ b/acoustic_model.sln @@ -0,0 +1,23 @@ + +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio 15 +VisualStudioVersion = 15.0.26730.12 +MinimumVisualStudioVersion = 10.0.40219.1 +Project("{888888A0-9F3D-457C-B088-3A5042F75D52}") = "acoustic_model", "acoustic_model\acoustic_model.pyproj", "{4D8C8573-32F0-4A62-9E62-3CE5CC680390}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Any CPU = Debug|Any CPU + Release|Any CPU = Release|Any CPU + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {4D8C8573-32F0-4A62-9E62-3CE5CC680390}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {4D8C8573-32F0-4A62-9E62-3CE5CC680390}.Release|Any CPU.ActiveCfg = Release|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {4AF2D206-8C6A-422F-8890-787F9CEF8B2D} + EndGlobalSection +EndGlobal diff --git a/acoustic_model/acoustic_model.py b/acoustic_model/acoustic_model.py new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/acoustic_model/acoustic_model.py @@ -0,0 +1 @@ + diff --git a/acoustic_model/acoustic_model.pyproj b/acoustic_model/acoustic_model.pyproj new file mode 100644 index 0000000..8409525 --- /dev/null +++ b/acoustic_model/acoustic_model.pyproj @@ -0,0 +1,35 @@ + + + Debug + 2.0 + 4d8c8573-32f0-4a62-9e62-3ce5cc680390 + . + acoustic_model.py + + + . + . + acoustic_model + acoustic_model + + + true + false + + + true + false + + + + + + + + + + + + \ No newline at end of file