pyobjc-framework-CoreAudioKit
Wrappers for the framework CoreAudioKit on macOS
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 on this page — 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
pyobjc-framework-coreaudiokit on PyPI
pip
pip install pyobjc-framework-coreaudiokituv
uv add pyobjc-framework-coreaudiokitpoetry
poetry add pyobjc-framework-coreaudiokitInstalling 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 the current Python release (>=3.10) |
| Install friction | medium — platform-specific wheel |
| Runtime dependencies | 3 — pyobjc-core, pyobjc-framework-Cocoa, pyobjc-framework-CoreAudio |
| Maintenance | actively maintained — 3 days since the last release |
| Last repo commit | |
| First released | |
| Downloads | 661,531/month — #5,449 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: pyobjc_framework_coreaudiokit-12.2.2-cp310-cp310-macosx_10_9_universal2.whl; pyobjc_framework_coreaudiokit-12.2.2-cp311-cp311-macosx_10_9_universal2.whl; pyobjc_framework_coreaudiokit-12.2.2-cp312-cp312-macosx_10_13_universal2.whl; pyobjc_framework_coreaudiokit-12.2.2-cp313-cp313-macosx_10_13_universal2.whl; pyobjc_framework_coreaudiokit-12.2.2-cp313-cp313t-macosx_10_13_universal2.whl; pyobjc_framework_coreaudiokit-12.2.2-cp314-cp314-macosx_10_15_universal2.whl; pyobjc_framework_coreaudiokit-12.2.2-cp314-cp314t-macosx_10_15_universal2.whl; pyobjc_framework_coreaudiokit-12.2.2-cp315-cp315-macosx_10_15_universal2.whl; pyobjc_framework_coreaudiokit-12.2.2-cp315-cp315t-macosx_10_15_universal2.whl
Keywords: PyObjC, CoreAudioKit
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-CoreAudioProvides Python bindings to macOS's CoreAudio…
permissive · top 15,000 on PyPI
pyobjc-framework-SpeechProvides Python bindings to macOS's native…
permissive · top 15,000 on PyPI
pyobjc-framework-ShazamKitProvides Python bindings to macOS's ShazamKit…
permissive · top 15,000 on PyPI
pyobjc-framework-SoundAnalysisProvides 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-ClassKitProvides Python bindings to Apple's ClassKit…
permissive · top 15,000 on PyPI
pyobjc-framework-IOBluetoothUIProvides Python bindings to macOS's…
permissive · top 15,000 on PyPI
pyobjc-framework-AudioVideoBridgingProvides Python bindings to macOS's…
permissive · top 15,000 on PyPI
pyobjc-framework-ReplayKitProvides Python bindings to Apple's ReplayKit…
permissive · top 15,000 on PyPI
pyobjc-framework-CoreMediaProvides Python bindings to macOS's CoreMedia…
permissive · top 15,000 on PyPI