Skip to main content

pipewire_python:

Project description

Python controller with pipewire

PyPI Version Build Status Publish Status PyPI Supported Python Versions Code Coverage Code Quality

Python controller, player and recorder via pipewire's commands

  • Pipewire is a project that aims to greatly improve handling of audio and video under Linux. (Better than pulseaudio or jack)

Requirements

  1. A pipewire version installed (clean or via pulseaudio) is needed, to check if you have pipewire installed and running, run this command, if the output is different, you'll need to install pipewire:
pw-cli info 0
# Example output
    id: 0
    permissions: rwxm
    type: PipeWire:Interface:Core/3
    cookie: 134115873
    user-name: "user"
    host-name: "user"
    version: "0.3.30" # Possibly more actual than this version
    name: "pipewire-0"
*	properties:
...[more]

To uninstall pipewire clic here.

  1. Python 3.7+
  2. Ubuntu 20.04+

Tutorial

from pipewire_python.pipewirecontroller import Player

player=Player()
player.play_WAV_File('docs/beers.wav')

Pipewire's API implementation

  • Play pw-play
  • Record pw-record
  • Cat pw-cat
  • JACK-servers pw-jack
  • pw-mon dumps and monitors the state of the PipeWire daemon
  • pw-dot can dump a graph of the pipeline, check out the help for how to do this.
  • pw-top monitors the real-time status of the graph. This is handy to find out what clients are running and how much DSP resources they use.
  • pw-dump dumps the state of the PipeWire daemon in JSON format. This can be used to find out the properties and parameters of the objects in the PipeWire daemon.

Availability

  • Pypi package
  • CI/CD implementation
  • GUI controller

All APIS here

More info here

Contributions

PR, FR and issues are welcome.

License

LICENSE

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pipewire_python-0.0.4.tar.gz (1.2 MB view hashes)

Uploaded Source

Built Distribution

pipewire_python-0.0.4-py3-none-any.whl (4.5 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page