Skip to main content

Control JACK server with Python

Project description

Control JACK Server with Python

📝 Project is in alpha stage.

Installation

pip install jack_server

Usage

import time

from jack_server import Server

server = Server(
    driver="coreaudio",
    device="BuiltInSpeakerDevice",
    rate=48000,
    sync=True,
)
server.start()

while True:
    time.sleep(1)

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

jack-server-0.0.4.tar.gz (4.9 kB view hashes)

Uploaded Source

Built Distribution

jack_server-0.0.4-py3-none-any.whl (6.6 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