Files
bumble-auracast/src/service/auracast-script.service
T
pober edd23fc115 feature/1040-dante-activation (#31)
Makes the activation of dante possible.
Fixes issues with local link for DANTE.
First implementation of audiopipeline in its own thread.
Prevents Frontend from interrupting the audio stream.

Openproject:
#1040
#1069
#652
#1041
#1063

Reviewed-on: #31
2026-05-20 09:54:35 +00:00

17 lines
344 B
Desktop File

[Unit]
Description=Auracast Multicast Script
[Service]
Type=simple
WorkingDirectory=/home/caster/bumble-auracast
ExecStart=/home/caster/bumble-auracast/.venv/bin/python src/auracast/multicast_script.py
Restart=on-failure
Environment=PYTHONUNBUFFERED=1
Environment=LOG_LEVEL=INFO
AllowedCPUs=0
CPUAffinity=0
[Install]
WantedBy=default.target