playsound3 2.2.1__tar.gz → 2.2.2__tar.gz
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.
- playsound3-2.2.2/.idea/.gitignore +8 -0
- playsound3-2.2.2/.idea/inspectionProfiles/Project_Default.xml +100 -0
- playsound3-2.2.2/.idea/inspectionProfiles/profiles_settings.xml +6 -0
- playsound3-2.2.2/.idea/misc.xml +4 -0
- playsound3-2.2.2/.idea/modules.xml +8 -0
- playsound3-2.2.2/.idea/playsound3.iml +12 -0
- playsound3-2.2.2/.idea/vcs.xml +6 -0
- playsound3-2.2.2/.idea/workspace.xml +64 -0
- {playsound3-2.2.1 → playsound3-2.2.2}/PKG-INFO +1 -1
- {playsound3-2.2.1 → playsound3-2.2.2}/playsound3/playsound3.py +0 -2
- {playsound3-2.2.1 → playsound3-2.2.2}/pyproject.toml +1 -1
- {playsound3-2.2.1 → playsound3-2.2.2}/.github/workflows/check-code-quality.yaml +0 -0
- {playsound3-2.2.1 → playsound3-2.2.2}/.github/workflows/check-with-pytest-linux.yaml +0 -0
- {playsound3-2.2.1 → playsound3-2.2.2}/.github/workflows/check-with-pytest-macos.yaml +0 -0
- {playsound3-2.2.1 → playsound3-2.2.2}/.github/workflows/check-with-pytest-windows.yaml +0 -0
- {playsound3-2.2.1 → playsound3-2.2.2}/.gitignore +0 -0
- {playsound3-2.2.1 → playsound3-2.2.2}/LICENSE +0 -0
- {playsound3-2.2.1 → playsound3-2.2.2}/README.md +0 -0
- {playsound3-2.2.1 → playsound3-2.2.2}/playsound3/__init__.py +0 -0
- {playsound3-2.2.1 → playsound3-2.2.2}/tests/test_playsound.py +0 -0
|
@@ -0,0 +1,100 @@
|
|
|
1
|
+
<component name="InspectionProjectProfileManager">
|
|
2
|
+
<profile version="1.0">
|
|
3
|
+
<option name="myName" value="Project Default" />
|
|
4
|
+
<option name="scopesOrder">
|
|
5
|
+
<list>
|
|
6
|
+
<option value="All Changed Files" />
|
|
7
|
+
<option value="Open Files" />
|
|
8
|
+
<option value="Project Files" />
|
|
9
|
+
<option value="Scratches and Consoles" />
|
|
10
|
+
</list>
|
|
11
|
+
</option>
|
|
12
|
+
<inspection_tool class="ClangTidy" enabled="false" level="WARNING" enabled_by_default="false" />
|
|
13
|
+
<inspection_tool class="ConstevalIfIsAlwaysConstant" enabled="false" level="WARNING" enabled_by_default="false" />
|
|
14
|
+
<inspection_tool class="CppCStyleCast" enabled="false" level="WEAK WARNING" enabled_by_default="false" />
|
|
15
|
+
<inspection_tool class="CppClassCanBeFinal" enabled="false" level="HINT" enabled_by_default="false" />
|
|
16
|
+
<inspection_tool class="CppCompileTimeConstantCanBeReplacedWithBooleanConstant" enabled="false" level="WEAK WARNING" enabled_by_default="false" />
|
|
17
|
+
<inspection_tool class="CppConstValueFunctionReturnType" enabled="false" level="WEAK WARNING" enabled_by_default="false" />
|
|
18
|
+
<inspection_tool class="CppDiscardedPostfixOperatorResult" enabled="false" level="WEAK WARNING" enabled_by_default="false" />
|
|
19
|
+
<inspection_tool class="CppForLoopCanBeReplacedWithWhile" enabled="false" level="WEAK WARNING" enabled_by_default="false" />
|
|
20
|
+
<inspection_tool class="CppFunctionalStyleCast" enabled="false" level="WEAK WARNING" enabled_by_default="false" />
|
|
21
|
+
<inspection_tool class="CppIfCanBeReplacedByConstexprIf" enabled="false" level="WEAK WARNING" enabled_by_default="false" />
|
|
22
|
+
<inspection_tool class="CppJoinDeclarationAndAssignment" enabled="false" level="WEAK WARNING" enabled_by_default="false" />
|
|
23
|
+
<inspection_tool class="CppLocalVariableMayBeConst" enabled="false" level="HINT" enabled_by_default="false" />
|
|
24
|
+
<inspection_tool class="CppLocalVariableMightNotBeInitialized" enabled="false" level="WARNING" enabled_by_default="false" />
|
|
25
|
+
<inspection_tool class="CppMemberFunctionMayBeConst" enabled="false" level="WEAK WARNING" enabled_by_default="false" />
|
|
26
|
+
<inspection_tool class="CppMemberFunctionMayBeStatic" enabled="false" level="WEAK WARNING" enabled_by_default="false" />
|
|
27
|
+
<inspection_tool class="CppNonExplicitConversionOperator" enabled="false" level="HINT" enabled_by_default="false" />
|
|
28
|
+
<inspection_tool class="CppNonExplicitConvertingConstructor" enabled="false" level="HINT" enabled_by_default="false" />
|
|
29
|
+
<inspection_tool class="CppParameterMayBeConst" enabled="false" level="HINT" enabled_by_default="false" />
|
|
30
|
+
<inspection_tool class="CppParameterMayBeConstPtrOrRef" enabled="false" level="WEAK WARNING" enabled_by_default="false" />
|
|
31
|
+
<inspection_tool class="CppPassValueParameterByConstReference" enabled="false" level="WEAK WARNING" enabled_by_default="false" />
|
|
32
|
+
<inspection_tool class="CppRedundantNamespaceDefinition" enabled="false" level="WEAK WARNING" enabled_by_default="false" />
|
|
33
|
+
<inspection_tool class="CppReinterpretCastFromVoidPtr" enabled="false" level="WEAK WARNING" enabled_by_default="false" />
|
|
34
|
+
<inspection_tool class="CppReplaceMemsetWithZeroInitialization" enabled="false" level="WEAK WARNING" enabled_by_default="false" />
|
|
35
|
+
<inspection_tool class="CppReplaceTieWithStructuredBinding" enabled="false" level="WEAK WARNING" enabled_by_default="false" />
|
|
36
|
+
<inspection_tool class="CppSmartPointerVsMakeFunction" enabled="false" level="WEAK WARNING" enabled_by_default="false" />
|
|
37
|
+
<inspection_tool class="CppStringLiteralToCharPointerConversion" enabled="false" level="WARNING" enabled_by_default="false" />
|
|
38
|
+
<inspection_tool class="CppThrowExpressionCanBeReplacedWithRethrow" enabled="false" level="WARNING" enabled_by_default="false" />
|
|
39
|
+
<inspection_tool class="CppTooWideScope" enabled="false" level="WEAK WARNING" enabled_by_default="false" />
|
|
40
|
+
<inspection_tool class="CppTooWideScopeInitStatement" enabled="false" level="HINT" enabled_by_default="false" />
|
|
41
|
+
<inspection_tool class="CppUseAlgorithmWithCount" enabled="false" level="WEAK WARNING" enabled_by_default="false" />
|
|
42
|
+
<inspection_tool class="CppUseAssociativeContains" enabled="false" level="WEAK WARNING" enabled_by_default="false" />
|
|
43
|
+
<inspection_tool class="CppUseAuto" enabled="false" level="HINT" enabled_by_default="false" />
|
|
44
|
+
<inspection_tool class="CppUseElementsView" enabled="false" level="WEAK WARNING" enabled_by_default="false" />
|
|
45
|
+
<inspection_tool class="CppUseEraseAlgorithm" enabled="false" level="WEAK WARNING" enabled_by_default="false" />
|
|
46
|
+
<inspection_tool class="CppUseFamiliarTemplateSyntaxForGenericLambdas" enabled="false" level="WEAK WARNING" enabled_by_default="false" />
|
|
47
|
+
<inspection_tool class="CppUseRangeAlgorithm" enabled="false" level="WEAK WARNING" enabled_by_default="false" />
|
|
48
|
+
<inspection_tool class="CppUseStdSize" enabled="false" level="WEAK WARNING" enabled_by_default="false" />
|
|
49
|
+
<inspection_tool class="CppUseStructuredBinding" enabled="false" level="HINT" enabled_by_default="false" />
|
|
50
|
+
<inspection_tool class="CppUseTypeTraitAlias" enabled="false" level="WEAK WARNING" enabled_by_default="false" />
|
|
51
|
+
<inspection_tool class="CppVariableCanBeMadeConstexpr" enabled="false" level="WEAK WARNING" enabled_by_default="false" />
|
|
52
|
+
<inspection_tool class="CppZeroConstantCanBeReplacedWithNullptr" enabled="false" level="WEAK WARNING" enabled_by_default="false" />
|
|
53
|
+
<inspection_tool class="DuplicatedCode" enabled="false" level="WEAK WARNING" enabled_by_default="false" />
|
|
54
|
+
<inspection_tool class="Eslint" enabled="true" level="WARNING" enabled_by_default="true" />
|
|
55
|
+
<inspection_tool class="GrazieInspection" enabled="false" level="TYPO" enabled_by_default="false" />
|
|
56
|
+
<inspection_tool class="HttpUrlsUsage" enabled="false" level="WEAK WARNING" enabled_by_default="false" />
|
|
57
|
+
<inspection_tool class="IfStdIsConstantEvaluatedCanBeReplaced" enabled="false" level="WEAK WARNING" enabled_by_default="false" />
|
|
58
|
+
<inspection_tool class="PyAttributeOutsideInitInspection" enabled="false" level="WEAK WARNING" enabled_by_default="false" />
|
|
59
|
+
<inspection_tool class="PyBroadExceptionInspection" enabled="false" level="WEAK WARNING" enabled_by_default="false" />
|
|
60
|
+
<inspection_tool class="PyDefaultArgumentInspection" enabled="false" level="WARNING" enabled_by_default="false" />
|
|
61
|
+
<inspection_tool class="PyDictCreationInspection" enabled="false" level="WEAK WARNING" enabled_by_default="false" />
|
|
62
|
+
<inspection_tool class="PyListCreationInspection" enabled="false" level="WEAK WARNING" enabled_by_default="false" />
|
|
63
|
+
<inspection_tool class="PyMethodMayBeStaticInspection" enabled="false" level="WEAK WARNING" enabled_by_default="false" />
|
|
64
|
+
<inspection_tool class="PyMethodOverridingInspection" enabled="false" level="WARNING" enabled_by_default="false" />
|
|
65
|
+
<inspection_tool class="PyPackageRequirementsInspection" enabled="false" level="WARNING" enabled_by_default="false">
|
|
66
|
+
<option name="ignoredPackages">
|
|
67
|
+
<value>
|
|
68
|
+
<list size="7">
|
|
69
|
+
<item index="0" class="java.lang.String" itemvalue="tensorflow" />
|
|
70
|
+
<item index="1" class="java.lang.String" itemvalue="scikit-image" />
|
|
71
|
+
<item index="2" class="java.lang.String" itemvalue="shapely" />
|
|
72
|
+
<item index="3" class="java.lang.String" itemvalue="timm" />
|
|
73
|
+
<item index="4" class="java.lang.String" itemvalue="cython" />
|
|
74
|
+
<item index="5" class="java.lang.String" itemvalue="h5py" />
|
|
75
|
+
<item index="6" class="java.lang.String" itemvalue="submitit" />
|
|
76
|
+
</list>
|
|
77
|
+
</value>
|
|
78
|
+
</option>
|
|
79
|
+
</inspection_tool>
|
|
80
|
+
<inspection_tool class="PyPep8Inspection" enabled="false" level="WEAK WARNING" enabled_by_default="false" />
|
|
81
|
+
<inspection_tool class="PyPep8NamingInspection" enabled="false" level="WEAK WARNING" enabled_by_default="false" />
|
|
82
|
+
<inspection_tool class="PyProtectedMemberInspection" enabled="false" level="WEAK WARNING" enabled_by_default="false" />
|
|
83
|
+
<inspection_tool class="PyRedeclarationInspection" enabled="false" level="WARNING" enabled_by_default="false" />
|
|
84
|
+
<inspection_tool class="PyRelativeImportInspection" enabled="false" level="WEAK WARNING" enabled_by_default="false" />
|
|
85
|
+
<inspection_tool class="PyShadowingBuiltinsInspection" enabled="false" level="WEAK WARNING" enabled_by_default="false" />
|
|
86
|
+
<inspection_tool class="PyShadowingNamesInspection" enabled="false" level="WEAK WARNING" enabled_by_default="false" />
|
|
87
|
+
<inspection_tool class="PyUnusedLocalInspection" enabled="false" level="WEAK WARNING" enabled_by_default="false" />
|
|
88
|
+
<inspection_tool class="ShellCheck" enabled="true" level="ERROR" enabled_by_default="true">
|
|
89
|
+
<shellcheck_settings value="SC2086,SC2153" />
|
|
90
|
+
</inspection_tool>
|
|
91
|
+
<inspection_tool class="Simplify" enabled="false" level="WARNING" enabled_by_default="false" />
|
|
92
|
+
<inspection_tool class="SpellCheckingInspection" enabled="false" level="TYPO" enabled_by_default="false">
|
|
93
|
+
<option name="processCode" value="false" />
|
|
94
|
+
<option name="processLiterals" value="true" />
|
|
95
|
+
<option name="processComments" value="true" />
|
|
96
|
+
</inspection_tool>
|
|
97
|
+
<inspection_tool class="StdIsConstantEvaluatedWillAlwaysEvaluateToConstant" enabled="false" level="WARNING" enabled_by_default="false" />
|
|
98
|
+
<inspection_tool class="requirements.InstalledPackageInspection" enabled="false" level="WARNING" enabled_by_default="false" />
|
|
99
|
+
</profile>
|
|
100
|
+
</component>
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<project version="4">
|
|
3
|
+
<component name="ProjectModuleManager">
|
|
4
|
+
<modules>
|
|
5
|
+
<module fileurl="file://$PROJECT_DIR$/.idea/playsound3.iml" filepath="$PROJECT_DIR$/.idea/playsound3.iml" />
|
|
6
|
+
</modules>
|
|
7
|
+
</component>
|
|
8
|
+
</project>
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<module type="PYTHON_MODULE" version="4">
|
|
3
|
+
<component name="NewModuleRootManager">
|
|
4
|
+
<content url="file://$MODULE_DIR$" />
|
|
5
|
+
<orderEntry type="inheritedJdk" />
|
|
6
|
+
<orderEntry type="sourceFolder" forTests="false" />
|
|
7
|
+
</component>
|
|
8
|
+
<component name="PyDocumentationSettings">
|
|
9
|
+
<option name="format" value="GOOGLE" />
|
|
10
|
+
<option name="myDocStringFormat" value="Google" />
|
|
11
|
+
</component>
|
|
12
|
+
</module>
|
|
@@ -0,0 +1,64 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<project version="4">
|
|
3
|
+
<component name="AutoImportSettings">
|
|
4
|
+
<option name="autoReloadType" value="SELECTIVE" />
|
|
5
|
+
</component>
|
|
6
|
+
<component name="ChangeListManager">
|
|
7
|
+
<list default="true" id="2705570e-7e20-4df6-8d36-c92297b76a29" name="Changes" comment="" />
|
|
8
|
+
<option name="SHOW_DIALOG" value="false" />
|
|
9
|
+
<option name="HIGHLIGHT_CONFLICTS" value="true" />
|
|
10
|
+
<option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
|
|
11
|
+
<option name="LAST_RESOLUTION" value="IGNORE" />
|
|
12
|
+
</component>
|
|
13
|
+
<component name="Git.Settings">
|
|
14
|
+
<option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$" />
|
|
15
|
+
</component>
|
|
16
|
+
<component name="ProjectColorInfo">{
|
|
17
|
+
"customColor": "",
|
|
18
|
+
"associatedIndex": 3
|
|
19
|
+
}</component>
|
|
20
|
+
<component name="ProjectId" id="2gBUCZFB7EqaDQifZXXBWSwRrGh" />
|
|
21
|
+
<component name="ProjectViewState">
|
|
22
|
+
<option name="hideEmptyMiddlePackages" value="true" />
|
|
23
|
+
<option name="showLibraryContents" value="true" />
|
|
24
|
+
</component>
|
|
25
|
+
<component name="PropertiesComponent">{
|
|
26
|
+
"keyToString": {
|
|
27
|
+
"RunOnceActivity.ShowReadmeOnStart": "true",
|
|
28
|
+
"git-widget-placeholder": "main",
|
|
29
|
+
"node.js.detected.package.eslint": "true",
|
|
30
|
+
"node.js.detected.package.tslint": "true",
|
|
31
|
+
"node.js.selected.package.eslint": "(autodetect)",
|
|
32
|
+
"node.js.selected.package.tslint": "(autodetect)",
|
|
33
|
+
"nodejs_package_manager_path": "npm",
|
|
34
|
+
"vue.rearranger.settings.migration": "true"
|
|
35
|
+
}
|
|
36
|
+
}</component>
|
|
37
|
+
<component name="SharedIndexes">
|
|
38
|
+
<attachedChunks>
|
|
39
|
+
<set>
|
|
40
|
+
<option value="bundled-js-predefined-1d06a55b98c1-0b3e54e931b4-JavaScript-PY-241.18034.82" />
|
|
41
|
+
<option value="bundled-python-sdk-975db3bf15a3-2767605e8bc2-com.jetbrains.pycharm.pro.sharedIndexes.bundled-PY-241.18034.82" />
|
|
42
|
+
</set>
|
|
43
|
+
</attachedChunks>
|
|
44
|
+
</component>
|
|
45
|
+
<component name="SpellCheckerSettings" RuntimeDictionaries="0" Folders="0" CustomDictionaries="0" DefaultDictionary="application-level" UseSingleDictionary="true" transferred="true" />
|
|
46
|
+
<component name="TaskManager">
|
|
47
|
+
<task active="true" id="Default" summary="Default task">
|
|
48
|
+
<changelist id="2705570e-7e20-4df6-8d36-c92297b76a29" name="Changes" comment="" />
|
|
49
|
+
<created>1715170337178</created>
|
|
50
|
+
<option name="number" value="Default" />
|
|
51
|
+
<option name="presentableId" value="Default" />
|
|
52
|
+
<updated>1715170337178</updated>
|
|
53
|
+
<workItem from="1715170338210" duration="613000" />
|
|
54
|
+
<workItem from="1715172875954" duration="11000" />
|
|
55
|
+
<workItem from="1715173506044" duration="8000" />
|
|
56
|
+
<workItem from="1715173784613" duration="4000" />
|
|
57
|
+
<workItem from="1719587131749" duration="38000" />
|
|
58
|
+
</task>
|
|
59
|
+
<servers />
|
|
60
|
+
</component>
|
|
61
|
+
<component name="TypeScriptGeneratedFilesManager">
|
|
62
|
+
<option name="version" value="3" />
|
|
63
|
+
</component>
|
|
64
|
+
</project>
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import atexit
|
|
2
2
|
import ctypes
|
|
3
3
|
import logging
|
|
4
|
-
import os
|
|
5
4
|
import platform
|
|
6
5
|
import ssl
|
|
7
6
|
import subprocess
|
|
@@ -15,7 +14,6 @@ from typing import Callable, Dict, Union
|
|
|
15
14
|
|
|
16
15
|
import certifi
|
|
17
16
|
|
|
18
|
-
logging.basicConfig(level=os.environ.get("LOGLEVEL", "WARNING"))
|
|
19
17
|
logger = logging.getLogger(__name__)
|
|
20
18
|
|
|
21
19
|
_PLAYSOUND_DEFAULT_BACKEND: Callable[[str], None]
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|