skillfed

pyobjc-framework-SoundAnalysis

Wrappers for the framework SoundAnalysis on macOS

pyobjc-framework-soundanalysis v12.2.2 648.8K downloads/30d#5,584 on PyPI803
Permissive license MIT Active released

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-soundanalysis

uv

uv add pyobjc-framework-soundanalysis

poetry

poetry add pyobjc-framework-soundanalysis

Installing 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

Development Status :: 5 - Production/StableEnvironment :: ConsoleEnvironment :: MacOS X :: CocoaIntended Audience :: DevelopersNatural Language :: EnglishOperating System :: MacOS :: MacOS XProgramming Language :: Objective CProgramming Language :: PythonProgramming Language :: Python :: 3Programming Language :: Python :: 3 :: OnlyProgramming Language :: Python :: 3.10Programming Language :: Python :: 3.11Programming Language :: Python :: 3.12Programming Language :: Python :: 3.13Programming Language :: Python :: 3.14Programming Language :: Python :: 3.15Programming Language :: Python :: Free Threading :: 3 - StableProgramming Language :: Python :: Implementation :: CPythonTopic :: Software Development :: Libraries :: Python ModulesTopic :: Software Development :: User Interfaces

Tags

macos sound analysis pythonaudio analysis framework bindingspyobjc soundanalysis wrappermacos audio processing pythonobjective-c sound framework python
macos-onlyaudio-analysisobjective-c-bindings

More Python Modules packages

idna

Converts domain names between Unicode and…

permissive · top 100 on PyPI

setuptools

Setuptools is a Python build backend and…

permissive · top 100 on PyPI

PyYAML

PyYAML parses and emits YAML 1.1 data format,…

permissive · top 100 on PyPI

pydantic

Pydantic validates Python data structures…

permissive · top 100 on PyPI

annotated-types

Provides reusable metadata objects for use with…

permissive · top 100 on PyPI

typing-inspection

Provides runtime tools to inspect and…

permissive · top 100 on PyPI

pyobjc-framework-Speech

Provides Python bindings to macOS's native…

permissive · top 15,000 on PyPI

pyobjc-framework-CoreAudio

Provides Python bindings to macOS's CoreAudio…

permissive · top 15,000 on PyPI

pyobjc-framework-ShazamKit

Provides Python bindings to macOS's ShazamKit…

permissive · top 15,000 on PyPI

pyobjc-framework-CoreAudioKit

Provides Python bindings for macOS's…

permissive · top 15,000 on PyPI

pyobjc-framework-PHASE

Provides Python bindings to Apple's PHASE…

permissive · top 15,000 on PyPI

pyobjc-framework-AudioVideoBridging

Provides Python bindings to macOS's…

permissive · top 15,000 on PyPI

pyobjc-framework-AVRouting

Provides Python bindings to Apple's AVRouting…

permissive · top 15,000 on PyPI

pyobjc-framework-CoreMedia

Provides Python bindings to macOS's CoreMedia…

permissive · top 15,000 on PyPI

pyobjc-framework-ReplayKit

Provides Python bindings to Apple's ReplayKit…

permissive · top 15,000 on PyPI

PyAudio

PyAudio provides Python bindings for PortAudio…

permissive · top 5,000 on PyPI