skillfed

pyobjc-framework-CoreAudioKit

Wrappers for the framework CoreAudioKit on macOS

pyobjc-framework-coreaudiokit v12.2.2 661.5K downloads/30d#5,449 on PyPI803
Permissive license MIT Active released

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

uv

uv add pyobjc-framework-coreaudiokit

poetry

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

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 audio ui bindingscoreaudiokit python wrapperpyobjc audio frameworkmacos audio components pythonobjective-c audio kit bridge
macos-onlyaudio-uipyobjc-bridge

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

Provides Python bindings to macOS's CoreAudio…

permissive · top 15,000 on PyPI

pyobjc-framework-Speech

Provides Python bindings to macOS's native…

permissive · top 15,000 on PyPI

pyobjc-framework-ShazamKit

Provides Python bindings to macOS's ShazamKit…

permissive · top 15,000 on PyPI

pyobjc-framework-SoundAnalysis

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

Provides Python bindings to Apple's ClassKit…

permissive · top 15,000 on PyPI

pyobjc-framework-IOBluetoothUI

Provides Python bindings to macOS's…

permissive · top 15,000 on PyPI

pyobjc-framework-AudioVideoBridging

Provides Python bindings to macOS's…

permissive · top 15,000 on PyPI

pyobjc-framework-ReplayKit

Provides Python bindings to Apple's ReplayKit…

permissive · top 15,000 on PyPI

pyobjc-framework-CoreMedia

Provides Python bindings to macOS's CoreMedia…

permissive · top 15,000 on PyPI