pyobjc-framework-SoundAnalysis
Wrappers for the framework SoundAnalysis on macOS
What it is and what it does
This package wraps Apple's SoundAnalysis framework for use in Python via PyObjC, allowing macOS developers to access native audio analysis capabilities from Python code. It is a thin binding layer that translates Python calls into Objective-C framework calls, with no independent documentation—users must consult Apple's SoundAnalysis documentation and PyObjC's general translation guides to understand what each framework class and method does.
The package is part of the broader PyObjC project and depends on pyobjc-core and pyobjc-framework-Cocoa. It targets modern Python versions (3.10 through 3.15) and is actively maintained. Installation is straightforward on macOS, but the package is only useful for macOS development; it will not work on other platforms.
Use it for:
- Build macOS audio analysis tools that classify sounds or extract audio features using native framework APIs
- Integrate SoundAnalysis capabilities into cross-platform Python applications that run on macOS
- Prototype audio processing workflows in Python while leveraging optimized native macOS audio libraries
- Develop accessibility or audio monitoring features for macOS applications using Python
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
Provides Python bindings to macOS's SoundAnalysis framework, enabling audio analysis capabilities through PyObjC's Objective-C bridge.
Yes, if you are developing on macOS and need to use the SoundAnalysis framework from Python. The package is actively maintained, has no known vulnerabilities, and low install friction. No, if you are not on macOS or do not need SoundAnalysis specifically—the package is platform-specific and requires understanding of both Apple's framework and PyObjC's translation model.
Install
pyobjc-framework-soundanalysis on PyPI
pip
pip install pyobjc-framework-soundanalysisuv
uv add pyobjc-framework-soundanalysispoetry
poetry add pyobjc-framework-soundanalysisInstalling pyobjc-framework-SoundAnalysis
Before you install
Low friction install with active maintenance. Released 3 days ago and actively maintained with recent commits. Depends on pyobjc-core and pyobjc-framework-Cocoa, both part of the established PyObjC ecosystem.
License in practice
MIT license permits commercial and private use with minimal restrictions, making it suitable for most projects.
Quickstart
pip install pyobjc-framework-soundanalysis
from SoundAnalysis import SNAudioStreamAnalyzer
# Use SNAudioStreamAnalyzer for audio analysis tasks
Requires macOS and Python 3.10 or later; framework is not available on other operating systems.
Verify before relying
- Specific audio analysis capabilities (e.g., sound classification, feature extraction) not detailed in excerpt
- Performance characteristics and typical use patterns for real-time vs. batch audio processing
- Whether additional Apple frameworks or system libraries are required beyond macOS itself
Package facts
| License | MIT (permissive) |
| Python support | supports the current Python release (>=3.10) |
| Install friction | low — pure-Python wheel |
| Runtime dependencies | 2 — pyobjc-core, pyobjc-framework-Cocoa |
| Maintenance | actively maintained — 3 days since the last release |
| Last repo commit | |
| First released | |
| Downloads | 648,778/month — #5,584 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: pyobjc_framework_soundanalysis-12.2.2-py2.py3-none-any.whl
Keywords: PyObjC, SoundAnalysis
Tags
More Python Modules packages
Converts domain names between Unicode and…
permissive · top 100 on PyPI
setuptoolsSetuptools is a Python build backend and…
permissive · top 100 on PyPI
PyYAMLPyYAML parses and emits YAML 1.1 data format,…
permissive · top 100 on PyPI
pydanticPydantic validates Python data structures…
permissive · top 100 on PyPI
annotated-typesProvides reusable metadata objects for use with…
permissive · top 100 on PyPI
typing-inspectionProvides runtime tools to inspect and…
permissive · top 100 on PyPI
pyobjc-framework-SpeechProvides Python bindings to macOS's native…
permissive · top 15,000 on PyPI
pyobjc-framework-CoreAudioProvides Python bindings to macOS's CoreAudio…
permissive · top 15,000 on PyPI
pyobjc-framework-ShazamKitProvides Python bindings to macOS's ShazamKit…
permissive · top 15,000 on PyPI
pyobjc-framework-CoreAudioKitProvides Python bindings for macOS's…
permissive · top 15,000 on PyPI
pyobjc-framework-PHASEProvides Python bindings to Apple's PHASE…
permissive · top 15,000 on PyPI
pyobjc-framework-AudioVideoBridgingProvides Python bindings to macOS's…
permissive · top 15,000 on PyPI
pyobjc-framework-AVRoutingProvides Python bindings to Apple's AVRouting…
permissive · top 15,000 on PyPI
pyobjc-framework-CoreMediaProvides Python bindings to macOS's CoreMedia…
permissive · top 15,000 on PyPI
pyobjc-framework-ReplayKitProvides Python bindings to Apple's ReplayKit…
permissive · top 15,000 on PyPI
PyAudioPyAudio provides Python bindings for PortAudio…
permissive · top 5,000 on PyPI