skillfed

pyobjc-framework-AVRouting

Wrappers for the framework AVRouting on macOS

pyobjc-framework-avrouting v12.2.2 635.6K downloads/30d#5,635 on PyPI803
Permissive license MIT Active released

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

uv

uv add pyobjc-framework-avrouting

poetry

poetry add pyobjc-framework-avrouting

Installing 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

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 routing pythonavrouting framework bindingspyobjc audio routingmacos audio device controlobjective-c audio routing wrapper
macos-onlyaudio-routingpyobjc-binding

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

Provides Python bindings to macOS's native…

permissive · top 15,000 on PyPI

pyobjc-framework-CoreAudioKit

Provides Python bindings for macOS's…

permissive · top 15,000 on PyPI

pyobjc-framework-MediaPlayer

Provides Python bindings to macOS's MediaPlayer…

permissive · top 15,000 on PyPI

pyobjc-framework-SoundAnalysis

Provides Python bindings to macOS's…

permissive · top 15,000 on PyPI

python-osc

python-osc implements Open Sound Control (OSC)…

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