--- id: pyobjc-framework-coreaudiokit version: "12.2.2" license: MIT license_treatment: permissive maintenance: active --- # pyobjc-framework-CoreAudioKit — Wrappers for the framework CoreAudioKit on macOS License: permissive · Maintenance: active · Downloads: 661.5K/mo ## What it is and what it does This package wraps Apple's CoreAudioKit framework for use in Python on macOS. It provides access to audio UI components and utilities through Python bindings built on PyObjC, which translates between Python and Objective-C at runtime. You can instantiate and manipulate macOS audio components from Python code without writing Objective-C directly. The package requires macOS, Python 3.10 or later, and three runtime dependencies: pyobjc-core, pyobjc-framework-Cocoa, and pyobjc-framework-CoreAudio. It does not include its own documentation; you rely on Apple's CoreAudioKit documentation and PyObjC's general translation guide. The package is actively maintained and marked Production/Stable. Use it for: - Build a macOS audio application with custom UI for audio unit parameters or audio device selection. - Integrate CoreAudioKit components into a Python-based audio editor running on macOS. - Prototype audio UI workflows in Python without writing Objective-C, using macOS native audio dialogs. - Access audio-related UI utilities from a Python audio processing pipeline on macOS. ## Worth the install? AI-flagged interpretation of the facts above — verify before relying. Provides Python bindings for macOS's CoreAudioKit framework, enabling access to audio UI components from Python code running on macOS. Yes, if you are developing audio software on macOS and need to use CoreAudioKit's UI components from Python. The package is actively maintained, permissively licensed, and stable. Install friction is moderate (macOS-only, multiple dependencies), but unavoidable if CoreAudioKit is your target. Not applicable on non-macOS platforms. ## Install pip install pyobjc-framework-coreaudiokit uv add pyobjc-framework-coreaudiokit poetry add pyobjc-framework-coreaudiokit ## Installing pyobjc-framework-CoreAudioKit Before you install: Medium install friction: macOS-only wheels for Python 3.10–3.15, with dependencies on pyobjc-core, pyobjc-framework-Cocoa, and pyobjc-framework-CoreAudio. Active maintenance (last commit 2026-08-14, release 3 days old) and Production/Stable status. License in practice: MIT license (permissive) allows commercial and private use with minimal restrictions, making it safe to adopt in most projects. Quickstart: pip install pyobjc-framework-coreaudiokit import CoreAudioKit # Access CoreAudioKit classes through the wrapper macOS only; requires Python 3.10 or later and the three runtime dependencies (pyobjc-core, pyobjc-framework-Cocoa, pyobjc-framework-CoreAudio). Verify before relying: - Whether CoreAudioKit's Python surface is complete enough for typical audio UI use cases without dropping to Objective-C. - Performance characteristics when bridging between Python and Objective-C for real-time audio operations. ## Package facts - License: MIT (permissive) - Python support: supports_current - Install friction: medium - Maintenance: active - Downloads: 661.5K/month (top 15,000 on PyPI) - Known vulnerabilities: none known ## Tags macos audio ui bindings, coreaudiokit python wrapper, pyobjc audio framework, macos audio components python, objective-c audio kit bridge, macos-only, audio-ui, pyobjc-bridge [View on SkillFed](https://skillfed.io/packages/pyobjc-framework-coreaudiokit) · [View on PyPI](https://pypi.org/project/pyobjc-framework-coreaudiokit/)