pyobjc-framework-AVRouting
Wrappers for the framework AVRouting on macOS
What it is and what it does
pyobjc-framework-avrouting is a thin Python wrapper around Apple's AVRouting framework, part of the broader PyObjC project. It allows Python developers on macOS to interact with the native AVRouting APIs for controlling audio routing behavior. The package provides direct bindings to Objective-C classes and methods without adding a separate documentation layer—users must consult Apple's official framework documentation and PyObjC's translation guides to understand how to use the exposed APIs.
The package depends on pyobjc-core and pyobjc-framework-Cocoa and is distributed as compiled wheels for Python 3.10 through 3.15 on macOS. It is actively maintained and supports current Python versions, making it suitable for macOS-specific audio applications that need programmatic control over routing.
Use it for:
- Control audio input/output routing in macOS desktop applications from Python
- Build audio management tools that interact with system audio devices on macOS
- Integrate AVRouting framework functionality into cross-platform Python apps targeting macOS
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
Provides Python bindings to Apple's AVRouting framework on macOS, enabling audio routing control from Python code.
Yes, if you are developing on macOS and need programmatic access to audio routing. The package is actively maintained, has no known vulnerabilities, uses a permissive license, and supports modern Python versions. Install friction is moderate due to macOS-only availability and compiled dependencies, but that is inherent to the use case rather than a package defect.
Install
pyobjc-framework-avrouting on PyPI
pip
pip install pyobjc-framework-avroutinguv
uv add pyobjc-framework-avroutingpoetry
poetry add pyobjc-framework-avroutingInstalling pyobjc-framework-AVRouting
Before you install
Medium friction: macOS-only wheels for Python 3.10–3.15, requires pyobjc-core and pyobjc-framework-Cocoa. Active maintenance with recent releases (3 days old).
License in practice
MIT license permits commercial and private use with minimal restrictions—suitable for most projects.
Quickstart
pip install pyobjc-framework-avrouting
from AVRouting import AVAudioSession
# Use AVRouting framework classes via Python
macOS 10.9+ required; runs only on macOS, not Linux or Windows
Verify before relying
- Whether AVRouting framework is available on all supported macOS versions (10.9 and later per wheel naming)
- Specific audio routing capabilities exposed by the wrapper beyond framework availability
Package facts
| License | MIT (permissive) |
| Python support | supports the current Python release (>=3.10) |
| Install friction | medium — platform-specific wheel |
| Runtime dependencies | 2 — pyobjc-core, pyobjc-framework-Cocoa |
| Maintenance | actively maintained — 3 days since the last release |
| Last repo commit | |
| First released | |
| Downloads | 635,569/month — #5,635 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: pyobjc_framework_avrouting-12.2.2-cp310-cp310-macosx_10_9_universal2.whl; pyobjc_framework_avrouting-12.2.2-cp311-cp311-macosx_10_9_universal2.whl; pyobjc_framework_avrouting-12.2.2-cp312-cp312-macosx_10_13_universal2.whl; pyobjc_framework_avrouting-12.2.2-cp313-cp313-macosx_10_13_universal2.whl; pyobjc_framework_avrouting-12.2.2-cp313-cp313t-macosx_10_13_universal2.whl; pyobjc_framework_avrouting-12.2.2-cp314-cp314-macosx_10_15_universal2.whl; pyobjc_framework_avrouting-12.2.2-cp314-cp314t-macosx_10_15_universal2.whl; pyobjc_framework_avrouting-12.2.2-cp315-cp315-macosx_10_15_universal2.whl; pyobjc_framework_avrouting-12.2.2-cp315-cp315t-macosx_10_15_universal2.whl
Keywords: PyObjC, AVRouting
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-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-SpeechProvides Python bindings to macOS's native…
permissive · top 15,000 on PyPI
pyobjc-framework-CoreAudioKitProvides Python bindings for macOS's…
permissive · top 15,000 on PyPI
pyobjc-framework-MediaPlayerProvides Python bindings to macOS's MediaPlayer…
permissive · top 15,000 on PyPI
pyobjc-framework-SoundAnalysisProvides Python bindings to macOS's…
permissive · top 15,000 on PyPI
python-oscpython-osc implements Open Sound Control (OSC)…
unclear · 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