pyobjc-framework-SoundAnalysis 10.2__tar.gz → 10.3.1__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.
- {pyobjc-framework-SoundAnalysis-10.2 → pyobjc_framework_soundanalysis-10.3.1}/Lib/SoundAnalysis/__init__.py +16 -0
- {pyobjc-framework-SoundAnalysis-10.2 → pyobjc_framework_soundanalysis-10.3.1}/Lib/SoundAnalysis/_metadata.py +16 -1
- {pyobjc-framework-SoundAnalysis-10.2 → pyobjc_framework_soundanalysis-10.3.1}/Lib/pyobjc_framework_SoundAnalysis.egg-info/PKG-INFO +3 -3
- {pyobjc-framework-SoundAnalysis-10.2 → pyobjc_framework_soundanalysis-10.3.1}/Lib/pyobjc_framework_SoundAnalysis.egg-info/SOURCES.txt +2 -4
- pyobjc_framework_soundanalysis-10.3.1/Lib/pyobjc_framework_SoundAnalysis.egg-info/requires.txt +2 -0
- {pyobjc-framework-SoundAnalysis-10.2 → pyobjc_framework_soundanalysis-10.3.1}/PKG-INFO +3 -3
- pyobjc-framework-SoundAnalysis-10.2/metadata/raw/arm64-14.0.fwinfo → pyobjc_framework_soundanalysis-10.3.1/metadata/raw/arm64-14.5.fwinfo +2 -2
- pyobjc-framework-SoundAnalysis-10.2/metadata/raw/x86_64-14.0.fwinfo → pyobjc_framework_soundanalysis-10.3.1/metadata/raw/x86_64-14.5.fwinfo +2 -2
- {pyobjc-framework-SoundAnalysis-10.2 → pyobjc_framework_soundanalysis-10.3.1}/setup.py +1 -1
- pyobjc-framework-SoundAnalysis-10.2/Lib/pyobjc_framework_SoundAnalysis.egg-info/requires.txt +0 -2
- pyobjc-framework-SoundAnalysis-10.2/metadata/raw/arm64-12.0.fwinfo +0 -826
- pyobjc-framework-SoundAnalysis-10.2/metadata/raw/x86_64-12.0.fwinfo +0 -826
- {pyobjc-framework-SoundAnalysis-10.2 → pyobjc_framework_soundanalysis-10.3.1}/Lib/pyobjc_framework_SoundAnalysis.egg-info/dependency_links.txt +0 -0
- {pyobjc-framework-SoundAnalysis-10.2 → pyobjc_framework_soundanalysis-10.3.1}/Lib/pyobjc_framework_SoundAnalysis.egg-info/not-zip-safe +0 -0
- {pyobjc-framework-SoundAnalysis-10.2 → pyobjc_framework_soundanalysis-10.3.1}/Lib/pyobjc_framework_SoundAnalysis.egg-info/top_level.txt +0 -0
- {pyobjc-framework-SoundAnalysis-10.2 → pyobjc_framework_soundanalysis-10.3.1}/License.txt +0 -0
- {pyobjc-framework-SoundAnalysis-10.2 → pyobjc_framework_soundanalysis-10.3.1}/MANIFEST.in +0 -0
- {pyobjc-framework-SoundAnalysis-10.2 → pyobjc_framework_soundanalysis-10.3.1}/PyObjCTest/__init__.py +0 -0
- {pyobjc-framework-SoundAnalysis-10.2 → pyobjc_framework_soundanalysis-10.3.1}/PyObjCTest/test_snanalyzer.py +0 -0
- {pyobjc-framework-SoundAnalysis-10.2 → pyobjc_framework_soundanalysis-10.3.1}/PyObjCTest/test_snclassifysoundrequest.py +0 -0
- {pyobjc-framework-SoundAnalysis-10.2 → pyobjc_framework_soundanalysis-10.3.1}/PyObjCTest/test_snerror.py +0 -0
- {pyobjc-framework-SoundAnalysis-10.2 → pyobjc_framework_soundanalysis-10.3.1}/PyObjCTest/test_snrequest.py +0 -0
- {pyobjc-framework-SoundAnalysis-10.2 → pyobjc_framework_soundanalysis-10.3.1}/PyObjCTest/test_snresult.py +0 -0
- {pyobjc-framework-SoundAnalysis-10.2 → pyobjc_framework_soundanalysis-10.3.1}/PyObjCTest/test_sntimedurationconstraint.py +0 -0
- {pyobjc-framework-SoundAnalysis-10.2 → pyobjc_framework_soundanalysis-10.3.1}/PyObjCTest/test_sntypes.py +0 -0
- {pyobjc-framework-SoundAnalysis-10.2 → pyobjc_framework_soundanalysis-10.3.1}/PyObjCTest/test_soundanalysis.py +0 -0
- {pyobjc-framework-SoundAnalysis-10.2 → pyobjc_framework_soundanalysis-10.3.1}/metadata/SoundAnalysis.fwinfo +0 -0
- {pyobjc-framework-SoundAnalysis-10.2 → pyobjc_framework_soundanalysis-10.3.1}/metadata/metadata.ini +0 -0
- {pyobjc-framework-SoundAnalysis-10.2 → pyobjc_framework_soundanalysis-10.3.1}/metadata/raw/arm64-12.3.fwinfo +0 -0
- {pyobjc-framework-SoundAnalysis-10.2 → pyobjc_framework_soundanalysis-10.3.1}/metadata/raw/x86_64-10.15.fwinfo +0 -0
- {pyobjc-framework-SoundAnalysis-10.2 → pyobjc_framework_soundanalysis-10.3.1}/metadata/raw/x86_64-10.16.fwinfo +0 -0
- {pyobjc-framework-SoundAnalysis-10.2 → pyobjc_framework_soundanalysis-10.3.1}/metadata/raw/x86_64-12.3.fwinfo +0 -0
- {pyobjc-framework-SoundAnalysis-10.2 → pyobjc_framework_soundanalysis-10.3.1}/pyobjc_setup.py +0 -0
- {pyobjc-framework-SoundAnalysis-10.2 → pyobjc_framework_soundanalysis-10.3.1}/pyproject.toml +0 -0
- {pyobjc-framework-SoundAnalysis-10.2 → pyobjc_framework_soundanalysis-10.3.1}/setup.cfg +0 -0
|
@@ -28,6 +28,22 @@ def _setup():
|
|
|
28
28
|
globals()["__dir__"] = dir_func
|
|
29
29
|
globals()["__getattr__"] = getattr_func
|
|
30
30
|
|
|
31
|
+
for cls, sel in (
|
|
32
|
+
("SNTimeDurationConstraint", b"init"),
|
|
33
|
+
("SNTimeDurationConstraint", b"new"),
|
|
34
|
+
("SNClassification", b"init"),
|
|
35
|
+
("SNClassification", b"new"),
|
|
36
|
+
("SNClassificationResult", b"init"),
|
|
37
|
+
("SNClassificationResult", b"new"),
|
|
38
|
+
("SNClassifySoundRequest", b"init"),
|
|
39
|
+
("SNClassifySoundRequest", b"new"),
|
|
40
|
+
("SNAudioStreamAnalyzer", b"init"),
|
|
41
|
+
("SNAudioFileAnalyzer", b"init"),
|
|
42
|
+
("SNAudioStreamAnalyzer", b"init"),
|
|
43
|
+
("SNAudioFileAnalyzer", b"init"),
|
|
44
|
+
):
|
|
45
|
+
objc.registerUnavailableMethod(cls, sel)
|
|
46
|
+
|
|
31
47
|
del sys.modules["SoundAnalysis._metadata"]
|
|
32
48
|
|
|
33
49
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# This file is generated by objective.metadata
|
|
2
2
|
#
|
|
3
|
-
# Last update: Sat
|
|
3
|
+
# Last update: Sat May 18 09:37:17 2024
|
|
4
4
|
#
|
|
5
5
|
# flake8: noqa
|
|
6
6
|
|
|
@@ -132,6 +132,21 @@ try:
|
|
|
132
132
|
)
|
|
133
133
|
finally:
|
|
134
134
|
objc._updatingMetadata(False)
|
|
135
|
+
|
|
136
|
+
objc.registerNewKeywordsFromSelector("SNAudioFileAnalyzer", b"initWithURL:error:")
|
|
137
|
+
objc.registerNewKeywordsFromSelector("SNAudioStreamAnalyzer", b"initWithFormat:")
|
|
138
|
+
objc.registerNewKeywordsFromSelector(
|
|
139
|
+
"SNClassifySoundRequest", b"initWithClassifierIdentifier:error:"
|
|
140
|
+
)
|
|
141
|
+
objc.registerNewKeywordsFromSelector(
|
|
142
|
+
"SNClassifySoundRequest", b"initWithMLModel:error:"
|
|
143
|
+
)
|
|
144
|
+
objc.registerNewKeywordsFromSelector(
|
|
145
|
+
"SNTimeDurationConstraint", b"initWithDurationRange:"
|
|
146
|
+
)
|
|
147
|
+
objc.registerNewKeywordsFromSelector(
|
|
148
|
+
"SNTimeDurationConstraint", b"initWithEnumeratedDurations:"
|
|
149
|
+
)
|
|
135
150
|
expressions = {}
|
|
136
151
|
|
|
137
152
|
# END OF FILE
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: pyobjc-framework-SoundAnalysis
|
|
3
|
-
Version: 10.
|
|
3
|
+
Version: 10.3.1
|
|
4
4
|
Summary: Wrappers for the framework SoundAnalysis on macOS
|
|
5
5
|
Home-page: https://github.com/ronaldoussoren/pyobjc
|
|
6
6
|
Author: Ronald Oussoren
|
|
@@ -30,8 +30,8 @@ Classifier: Topic :: Software Development :: Libraries :: Python Modules
|
|
|
30
30
|
Classifier: Topic :: Software Development :: User Interfaces
|
|
31
31
|
Requires-Python: >=3.8
|
|
32
32
|
Description-Content-Type: text/x-rst; charset=UTF-8
|
|
33
|
-
Requires-Dist: pyobjc-core>=10.
|
|
34
|
-
Requires-Dist: pyobjc-framework-Cocoa>=10.
|
|
33
|
+
Requires-Dist: pyobjc-core>=10.3.1
|
|
34
|
+
Requires-Dist: pyobjc-framework-Cocoa>=10.3.1
|
|
35
35
|
Project-URL: Documentation, https://pyobjc.readthedocs.io/en/latest/
|
|
36
36
|
Project-URL: Issue tracker, https://github.com/ronaldoussoren/pyobjc/issues
|
|
37
37
|
Project-URL: Repository, https://github.com/ronaldoussoren/pyobjc
|
|
@@ -22,11 +22,9 @@ PyObjCTest/test_sntypes.py
|
|
|
22
22
|
PyObjCTest/test_soundanalysis.py
|
|
23
23
|
metadata/SoundAnalysis.fwinfo
|
|
24
24
|
metadata/metadata.ini
|
|
25
|
-
metadata/raw/arm64-12.0.fwinfo
|
|
26
25
|
metadata/raw/arm64-12.3.fwinfo
|
|
27
|
-
metadata/raw/arm64-14.
|
|
26
|
+
metadata/raw/arm64-14.5.fwinfo
|
|
28
27
|
metadata/raw/x86_64-10.15.fwinfo
|
|
29
28
|
metadata/raw/x86_64-10.16.fwinfo
|
|
30
|
-
metadata/raw/x86_64-12.0.fwinfo
|
|
31
29
|
metadata/raw/x86_64-12.3.fwinfo
|
|
32
|
-
metadata/raw/x86_64-14.
|
|
30
|
+
metadata/raw/x86_64-14.5.fwinfo
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: pyobjc-framework-SoundAnalysis
|
|
3
|
-
Version: 10.
|
|
3
|
+
Version: 10.3.1
|
|
4
4
|
Summary: Wrappers for the framework SoundAnalysis on macOS
|
|
5
5
|
Home-page: https://github.com/ronaldoussoren/pyobjc
|
|
6
6
|
Author: Ronald Oussoren
|
|
@@ -30,8 +30,8 @@ Classifier: Topic :: Software Development :: Libraries :: Python Modules
|
|
|
30
30
|
Classifier: Topic :: Software Development :: User Interfaces
|
|
31
31
|
Requires-Python: >=3.8
|
|
32
32
|
Description-Content-Type: text/x-rst; charset=UTF-8
|
|
33
|
-
Requires-Dist: pyobjc-core>=10.
|
|
34
|
-
Requires-Dist: pyobjc-framework-Cocoa>=10.
|
|
33
|
+
Requires-Dist: pyobjc-core>=10.3.1
|
|
34
|
+
Requires-Dist: pyobjc-framework-Cocoa>=10.3.1
|
|
35
35
|
|
|
36
36
|
|
|
37
37
|
Wrappers for the "SoundAnalysis" framework on macOS.
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
// GENERATED FILE DO NOT EDIT
|
|
2
2
|
//
|
|
3
3
|
// This file was generated by objective.metadata
|
|
4
|
-
// Last update: Sat
|
|
4
|
+
// Last update: Sat May 18 09:37:16 2024
|
|
5
5
|
{
|
|
6
6
|
"arch": "arm64",
|
|
7
7
|
"definitions": {
|
|
@@ -835,5 +835,5 @@
|
|
|
835
835
|
"SNTypes.h"
|
|
836
836
|
],
|
|
837
837
|
"release": "10.16",
|
|
838
|
-
"sdk": "/Users/ronald/Applications/Xcode
|
|
838
|
+
"sdk": "/Users/ronald/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk"
|
|
839
839
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
// GENERATED FILE DO NOT EDIT
|
|
2
2
|
//
|
|
3
3
|
// This file was generated by objective.metadata
|
|
4
|
-
// Last update: Sat
|
|
4
|
+
// Last update: Sat May 18 09:37:14 2024
|
|
5
5
|
{
|
|
6
6
|
"arch": "x86_64",
|
|
7
7
|
"definitions": {
|
|
@@ -835,5 +835,5 @@
|
|
|
835
835
|
"SNTypes.h"
|
|
836
836
|
],
|
|
837
837
|
"release": "10.16",
|
|
838
|
-
"sdk": "/Users/ronald/Applications/Xcode
|
|
838
|
+
"sdk": "/Users/ronald/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk"
|
|
839
839
|
}
|